From c52e2e11ea4ad47c574fb122ea2248acf4ed2629 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Thu, 2 Mar 2023 16:44:43 +0100 Subject: [PATCH] python3-gpiod: update to v2.0 The final libgpiod v2.0 release is out so update the recipe. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- .../python/{python3-gpiod_2.0-rc3.bb => python3-gpiod_2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-gpiod_2.0-rc3.bb => python3-gpiod_2.0.bb} (95%) diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.0-rc3.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.0.bb similarity index 95% rename from meta-python/recipes-devtools/python/python3-gpiod_2.0-rc3.bb rename to meta-python/recipes-devtools/python/python3-gpiod_2.0.bb index 6af1542bf..18cf8ae8b 100644 --- a/meta-python/recipes-devtools/python/python3-gpiod_2.0-rc3.bb +++ b/meta-python/recipes-devtools/python/python3-gpiod_2.0.bb @@ -12,7 +12,7 @@ require recipes-support/libgpiod/libgpiod-src.inc SRC_URI += "file://run-ptest" -SRC_URI[sha256sum] = "1d1756d465525deb668526571dc6ed7e08f7b8e7745b10fc028208a22fb7adf8" +SRC_URI[sha256sum] = "f74cbf82038b3cb98ebeb25bce55ee2553be28194002d2a9889b9268cce2dd07" S = "${WORKDIR}/libgpiod-2.0/bindings/python" inherit setuptools3 ptest