diff mbox series

[meta-oe,15/33] libgpiod: upgrade 2.2.2 -> 2.2.3

Message ID 20260225093727.1284-15-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/33] abseil-cpp: upgrade 20260107.0 -> 20260107.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 25, 2026, 9:37 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Bug fixes:
- don't try to export the same chip object twice in gpio-manager on duplicate
  uevents
- use the "add"/"remove" uevents when watching for GPIO chips in the system as
  the "bind"/"unbind" pair is only emitted by linux for controllers which don't
  have a firmware node attached
- don't allow clearing hogs on active devices in tests
- don't install uneeded files
- fix a pkgconfig check in configure
- fix a return type check in test harness

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libgpiod/{libgpiod_2.2.2.bb => libgpiod_2.2.3.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libgpiod/{libgpiod_2.2.2.bb => libgpiod_2.2.3.bb} (98%)

Comments

Bartosz Golaszewski Feb. 25, 2026, 9:53 a.m. UTC | #1
On Wed, Feb 25, 2026 at 10:38 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Bug fixes:
> - don't try to export the same chip object twice in gpio-manager on duplicate
>   uevents
> - use the "add"/"remove" uevents when watching for GPIO chips in the system as
>   the "bind"/"unbind" pair is only emitted by linux for controllers which don't
>   have a firmware node attached
> - don't allow clearing hogs on active devices in tests
> - don't install uneeded files
> - fix a pkgconfig check in configure
> - fix a return type check in test harness
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---

Hi!

I already sent a patch with that update. I maintain libgpiod and its
yocto recipe and I typically send a patch the moment I do the release.

Bart
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_2.2.2.bb b/meta-oe/recipes-support/libgpiod/libgpiod_2.2.3.bb
similarity index 98%
rename from meta-oe/recipes-support/libgpiod/libgpiod_2.2.2.bb
rename to meta-oe/recipes-support/libgpiod/libgpiod_2.2.3.bb
index 09b0928dfa..a23d65bcaa 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_2.2.2.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_2.2.3.bb
@@ -13,7 +13,7 @@  FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}-2.x:"
 
 SRC_URI += "file://gpio-manager.init"
 
-SRC_URI[sha256sum] = "7e3bff0209d75fbca2e9fcff1fd5f07cc58b543e129e08b6d4bb1e4a56cfec0d"
+SRC_URI[sha256sum] = "70012b0262e4b90f140431efa841ca89643b02ea6c09f507e23cec664a51b71a"
 
 # Enable all project features for ptest
 PACKAGECONFIG[tests] = " \