* [meta-oe][PATCH] libgpiod: update to v2.2.2
@ 2025-06-25 14:45 Bartosz Golaszewski
2025-07-08 7:33 ` Bartosz Golaszewski
0 siblings, 1 reply; 3+ messages in thread
From: Bartosz Golaszewski @ 2025-06-25 14:45 UTC (permalink / raw)
To: Khem Raj, Bruce Ashfield, openembedded-devel; +Cc: Bartosz Golaszewski
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
This is a bugfix release addressing issues in tools and core library. No
API changes.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
.../libgpiod/{libgpiod_2.2.1.bb => libgpiod_2.2.2.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta-oe/recipes-support/libgpiod/{libgpiod_2.2.1.bb => libgpiod_2.2.2.bb} (98%)
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_2.2.1.bb b/meta-oe/recipes-support/libgpiod/libgpiod_2.2.2.bb
similarity index 98%
rename from meta-oe/recipes-support/libgpiod/libgpiod_2.2.1.bb
rename to meta-oe/recipes-support/libgpiod/libgpiod_2.2.2.bb
index 93c3e3b92d..09b0928dfa 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_2.2.1.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_2.2.2.bb
@@ -13,7 +13,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}-2.x:"
SRC_URI += "file://gpio-manager.init"
-SRC_URI[sha256sum] = "0e948049c309b87c220fb24ee0d605d7cd5b72f22376e608470903fffa2d4b18"
+SRC_URI[sha256sum] = "7e3bff0209d75fbca2e9fcff1fd5f07cc58b543e129e08b6d4bb1e4a56cfec0d"
# Enable all project features for ptest
PACKAGECONFIG[tests] = " \
--
2.48.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [meta-oe][PATCH] libgpiod: update to v2.2.2
2025-06-25 14:45 [meta-oe][PATCH] libgpiod: update to v2.2.2 Bartosz Golaszewski
@ 2025-07-08 7:33 ` Bartosz Golaszewski
2025-07-08 16:33 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: Bartosz Golaszewski @ 2025-07-08 7:33 UTC (permalink / raw)
To: Khem Raj, Bruce Ashfield, openembedded-devel; +Cc: Bartosz Golaszewski
On Wed, Jun 25, 2025 at 4:45 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
>
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
>
> This is a bugfix release addressing issues in tools and core library. No
> API changes.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> ---
> .../libgpiod/{libgpiod_2.2.1.bb => libgpiod_2.2.2.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta-oe/recipes-support/libgpiod/{libgpiod_2.2.1.bb => libgpiod_2.2.2.bb} (98%)
>
> diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_2.2.1.bb b/meta-oe/recipes-support/libgpiod/libgpiod_2.2.2.bb
> similarity index 98%
> rename from meta-oe/recipes-support/libgpiod/libgpiod_2.2.1.bb
> rename to meta-oe/recipes-support/libgpiod/libgpiod_2.2.2.bb
> index 93c3e3b92d..09b0928dfa 100644
> --- a/meta-oe/recipes-support/libgpiod/libgpiod_2.2.1.bb
> +++ b/meta-oe/recipes-support/libgpiod/libgpiod_2.2.2.bb
> @@ -13,7 +13,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}-2.x:"
>
> SRC_URI += "file://gpio-manager.init"
>
> -SRC_URI[sha256sum] = "0e948049c309b87c220fb24ee0d605d7cd5b72f22376e608470903fffa2d4b18"
> +SRC_URI[sha256sum] = "7e3bff0209d75fbca2e9fcff1fd5f07cc58b543e129e08b6d4bb1e4a56cfec0d"
>
> # Enable all project features for ptest
> PACKAGECONFIG[tests] = " \
> --
> 2.48.1
>
Hi!
Gentle ping, as this patch seems to have been lost on the list.
Bart
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [meta-oe][PATCH] libgpiod: update to v2.2.2
2025-07-08 7:33 ` Bartosz Golaszewski
@ 2025-07-08 16:33 ` Khem Raj
0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2025-07-08 16:33 UTC (permalink / raw)
To: Bartosz Golaszewski
Cc: Bruce Ashfield, openembedded-devel, Bartosz Golaszewski
On Tue, Jul 8, 2025 at 12:33 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
>
> On Wed, Jun 25, 2025 at 4:45 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:
> >
> > From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> >
> > This is a bugfix release addressing issues in tools and core library. No
> > API changes.
> >
> > Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> > ---
> > .../libgpiod/{libgpiod_2.2.1.bb => libgpiod_2.2.2.bb} | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > rename meta-oe/recipes-support/libgpiod/{libgpiod_2.2.1.bb => libgpiod_2.2.2.bb} (98%)
> >
> > diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_2.2.1.bb b/meta-oe/recipes-support/libgpiod/libgpiod_2.2.2.bb
> > similarity index 98%
> > rename from meta-oe/recipes-support/libgpiod/libgpiod_2.2.1.bb
> > rename to meta-oe/recipes-support/libgpiod/libgpiod_2.2.2.bb
> > index 93c3e3b92d..09b0928dfa 100644
> > --- a/meta-oe/recipes-support/libgpiod/libgpiod_2.2.1.bb
> > +++ b/meta-oe/recipes-support/libgpiod/libgpiod_2.2.2.bb
> > @@ -13,7 +13,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}-2.x:"
> >
> > SRC_URI += "file://gpio-manager.init"
> >
> > -SRC_URI[sha256sum] = "0e948049c309b87c220fb24ee0d605d7cd5b72f22376e608470903fffa2d4b18"
> > +SRC_URI[sha256sum] = "7e3bff0209d75fbca2e9fcff1fd5f07cc58b543e129e08b6d4bb1e4a56cfec0d"
> >
> > # Enable all project features for ptest
> > PACKAGECONFIG[tests] = " \
> > --
> > 2.48.1
> >
>
> Hi!
>
> Gentle ping, as this patch seems to have been lost on the list.
>
Thanks, I picked it now.
> Bart
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-08 16:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-25 14:45 [meta-oe][PATCH] libgpiod: update to v2.2.2 Bartosz Golaszewski
2025-07-08 7:33 ` Bartosz Golaszewski
2025-07-08 16:33 ` Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.