From bb9d3afe9d2a3bb8bf4487c73975916ba60fc4e2 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Tue, 11 Apr 2023 15:15:18 +0200 Subject: [PATCH] libgpiod: update to v2.0.1 This is a bug-fix release addressing bugs discovered since the release of v2.0. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- .../libgpiod/{libgpiod_2.0.bb => libgpiod_2.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libgpiod/{libgpiod_2.0.bb => libgpiod_2.0.1.bb} (90%) diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb b/meta-oe/recipes-support/libgpiod/libgpiod_2.0.1.bb similarity index 90% rename from meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb rename to meta-oe/recipes-support/libgpiod/libgpiod_2.0.1.bb index bdfd72f2e6..50b9203a75 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_2.0.1.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-2.x:" -SRC_URI[sha256sum] = "f74cbf82038b3cb98ebeb25bce55ee2553be28194002d2a9889b9268cce2dd07" +SRC_URI[sha256sum] = "b5367d28d045b36007a4ffd42cceda4c358737ef4f2ce22b0c1d05ec57a38392" # Enable all project features for ptest PACKAGECONFIG[tests] = "--enable-tests --enable-tools --enable-bindings-cxx --enable-gpioset-interactive,--disable-tests,kmod util-linux glib-2.0 catch2 libedit"