diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-02-23 21:01:05 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-24 08:45:44 -0800 |
commit | 14c638320dc9ca5822bb1083ee60f3463ba82c4a (patch) | |
tree | 5649ab0c2f2e874d9e4907d51c35f949f1e51b0d | |
parent | 2c1b55a059fdad9a4e65e59b5a097c06318ad8ec (diff) | |
download | meta-openembedded-14c638320dc9ca5822bb1083ee60f3463ba82c4a.tar.gz |
libgpiod: bump version to v2.0-rc3
I decided to make one more RC before the final release as there was one
late minor change to C++ interface (marking public classes as final).
Next week libgpiod v2.0 should be finally carved in stone.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod-2.0-rc3/run-ptest (renamed from meta-oe/recipes-support/libgpiod/libgpiod-2.0-rc2/run-ptest) | 0 | ||||
-rw-r--r-- | meta-oe/recipes-support/libgpiod/libgpiod_2.0-rc3.bb (renamed from meta-oe/recipes-support/libgpiod/libgpiod_2.0-rc2.bb) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod-2.0-rc2/run-ptest b/meta-oe/recipes-support/libgpiod/libgpiod-2.0-rc3/run-ptest index 9475f02535..9475f02535 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod-2.0-rc2/run-ptest +++ b/meta-oe/recipes-support/libgpiod/libgpiod-2.0-rc3/run-ptest | |||
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_2.0-rc2.bb b/meta-oe/recipes-support/libgpiod/libgpiod_2.0-rc3.bb index 158175cdbb..e56459b967 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_2.0-rc2.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_2.0-rc3.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \ | |||
7 | file://LICENSES/CC-BY-SA-4.0.txt;md5=fba3b94d88bfb9b81369b869a1e9a20f \ | 7 | file://LICENSES/CC-BY-SA-4.0.txt;md5=fba3b94d88bfb9b81369b869a1e9a20f \ |
8 | " | 8 | " |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "1b931bfabef897911e59d45c80b8930c43fa72f08aab9c03e8dfd4005881c09e" | 10 | SRC_URI[sha256sum] = "1d1756d465525deb668526571dc6ed7e08f7b8e7745b10fc028208a22fb7adf8" |
11 | 11 | ||
12 | S = "${WORKDIR}/libgpiod-2.0" | 12 | S = "${WORKDIR}/libgpiod-2.0" |
13 | 13 | ||