diff mbox series

[meta-oe] libgpiod: update to v2.3.1

Message ID 20260706080429.6386-1-bartosz.golaszewski@oss.qualcomm.com
State New
Headers show
Series [meta-oe] libgpiod: update to v2.3.1 | expand

Commit Message

Bartosz Golaszewski July 6, 2026, 8:04 a.m. UTC
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 <bartosz.golaszewski@oss.qualcomm.com>
---
 .../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 mbox series

Patch

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.