summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-02-23 21:01:06 +0100
committerKhem Raj <raj.khem@gmail.com>2023-02-24 08:45:44 -0800
commit3a8d4f1e5e56682877d9a637ea4d8ad4e1f3c5d4 (patch)
tree0a4e3b33b0ba047f15da4ffdef4bb93dd7b08d20 /meta-python/recipes-devtools/python
parent14c638320dc9ca5822bb1083ee60f3463ba82c4a (diff)
downloadmeta-openembedded-3a8d4f1e5e56682877d9a637ea4d8ad4e1f3c5d4.tar.gz
python3-gpiod: bump version to v2.0-rc3
One more RC before the final release. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-gpiod_2.0-rc3.bb (renamed from meta-python/recipes-devtools/python/python3-gpiod_2.0-rc2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.0-rc2.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.0-rc3.bb
index 0a16ce06bd..6af1542bfd 100644
--- a/meta-python/recipes-devtools/python/python3-gpiod_2.0-rc2.bb
+++ b/meta-python/recipes-devtools/python/python3-gpiod_2.0-rc3.bb
@@ -12,7 +12,7 @@ require recipes-support/libgpiod/libgpiod-src.inc
12 12
13SRC_URI += "file://run-ptest" 13SRC_URI += "file://run-ptest"
14 14
15SRC_URI[sha256sum] = "1b931bfabef897911e59d45c80b8930c43fa72f08aab9c03e8dfd4005881c09e" 15SRC_URI[sha256sum] = "1d1756d465525deb668526571dc6ed7e08f7b8e7745b10fc028208a22fb7adf8"
16S = "${WORKDIR}/libgpiod-2.0/bindings/python" 16S = "${WORKDIR}/libgpiod-2.0/bindings/python"
17 17
18inherit setuptools3 ptest 18inherit setuptools3 ptest