From 9796702aa7841372ed559380678de87c171bf7ae Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Mon, 6 Jul 2026 10:04:29 +0200 Subject: [PATCH] libgpiod: update to v2.3.1 This bugfix release addresses several build issues after the transision to meson. These bugs didn't really affect the yocto recipe but let's update the package for completness. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- .../libgpiod/{libgpiod_2.3.bb => libgpiod_2.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libgpiod/{libgpiod_2.3.bb => libgpiod_2.3.1.bb} (98%) diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_2.3.bb b/meta-oe/recipes-support/libgpiod/libgpiod_2.3.1.bb similarity index 98% rename from meta-oe/recipes-support/libgpiod/libgpiod_2.3.bb rename to meta-oe/recipes-support/libgpiod/libgpiod_2.3.1.bb index 6ff2bf29d3..3af0edea2b 100644 --- a/meta-oe/recipes-support/libgpiod/libgpiod_2.3.bb +++ b/meta-oe/recipes-support/libgpiod/libgpiod_2.3.1.bb @@ -15,7 +15,7 @@ SRC_URI += " \ file://gpio-manager.init \ " -SRC_URI[sha256sum] = "cb71db463aec2604ac520c95bf04eff1839d86bdc9a2dfd67ef879fbb10426ea" +SRC_URI[sha256sum] = "e3a358a90a9204ff16f92b6f4028ed91460b1926f10589eb54b3566484650a30" # Always build tools - they don't have any additional # requirements over the library.