* [oe][meta-oe][PATCH 2/4] imapfilter: upgrade 2.8.3 -> 2.8.5
2026-03-22 10:13 [oe][meta-oe][PATCH 1/4] jasper: upgrade 4.2.8 -> 4.2.9 ankur.tyagi85
@ 2026-03-22 10:13 ` ankur.tyagi85
2026-03-22 10:13 ` [oe][meta-networking][PATCH 3/4] lldpd: fix xml PACKAGECONFIG dependency ankur.tyagi85
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: ankur.tyagi85 @ 2026-03-22 10:13 UTC (permalink / raw)
To: openembedded-devel; +Cc: Wang Mingyu, Khem Raj, Ankur Tyagi
From: Wang Mingyu <wangmy@fujitsu.com>
License-Update: copyright year updated to 2026.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 89b961c889ce885597ca669150d998470d05bf4d)
https://github.com/lefcha/imapfilter/blob/v2.8.5/NEWS
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
.../imapfilter/{imapfilter_2.8.3.bb => imapfilter_2.8.5.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-oe/recipes-support/imapfilter/{imapfilter_2.8.3.bb => imapfilter_2.8.5.bb} (80%)
diff --git a/meta-oe/recipes-support/imapfilter/imapfilter_2.8.3.bb b/meta-oe/recipes-support/imapfilter/imapfilter_2.8.5.bb
similarity index 80%
rename from meta-oe/recipes-support/imapfilter/imapfilter_2.8.3.bb
rename to meta-oe/recipes-support/imapfilter/imapfilter_2.8.5.bb
index f4905e3c0b..754e793faa 100644
--- a/meta-oe/recipes-support/imapfilter/imapfilter_2.8.3.bb
+++ b/meta-oe/recipes-support/imapfilter/imapfilter_2.8.5.bb
@@ -1,9 +1,9 @@
SUMMARY = "IMAPFilter is a mail filtering utility that processes mailboxes based on IMAP queries"
LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f8d2fc4954306888fd0e4b27bef83525"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c9e8d74e78283c6319317d3cb15eded4"
# v2.7.6
-SRCREV = "72f7fa621357299bb6c8f5d29b4efbafcbd34bf7"
+SRCREV = "23b693f7f7cad8b459beb5cf748078f9cc0e5dc8"
SRC_URI = "git://github.com/lefcha/imapfilter;protocol=https;branch=master;tag=v${PV} \
file://ldflags.patch \
"
^ permalink raw reply related [flat|nested] 7+ messages in thread* [oe][meta-networking][PATCH 3/4] lldpd: fix xml PACKAGECONFIG dependency
2026-03-22 10:13 [oe][meta-oe][PATCH 1/4] jasper: upgrade 4.2.8 -> 4.2.9 ankur.tyagi85
2026-03-22 10:13 ` [oe][meta-oe][PATCH 2/4] imapfilter: upgrade 2.8.3 -> 2.8.5 ankur.tyagi85
@ 2026-03-22 10:13 ` ankur.tyagi85
2026-03-22 10:13 ` [oe][meta-python][PATCH 4/4] python3-gpiod: update to v2.4.1 ankur.tyagi85
2026-03-22 10:17 ` [oe][meta-oe][PATCH 1/4] jasper: upgrade 4.2.8 -> 4.2.9 Gyorgy Sarvari
3 siblings, 0 replies; 7+ messages in thread
From: ankur.tyagi85 @ 2026-03-22 10:13 UTC (permalink / raw)
To: openembedded-devel; +Cc: Aviv Daum, Ankur Tyagi
From: Aviv Daum <aviv.daum@gmail.com>
The xml PACKAGECONFIG entry uses libxm2, which is a typo and not a
valid dependency in OE.
Replace it with libxml2 so enabling PACKAGECONFIG:xml pulls in the
correct provider.
Signed-off-by: Aviv Daum <aviv.daum@gmail.com>
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
meta-networking/recipes-daemons/lldpd/lldpd_1.0.20.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.20.bb b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.20.bb
index 044f1e0745..b7224d0f3d 100644
--- a/meta-networking/recipes-daemons/lldpd/lldpd_1.0.20.bb
+++ b/meta-networking/recipes-daemons/lldpd/lldpd_1.0.20.bb
@@ -29,7 +29,7 @@ EXTRA_OECONF += "--without-embedded-libevent \
"
PACKAGECONFIG ??= "cdp fdp edp sonmp lldpmed dot1 dot3"
-PACKAGECONFIG[xml] = "--with-xml,--without-xml,libxm2"
+PACKAGECONFIG[xml] = "--with-xml,--without-xml,libxml2"
PACKAGECONFIG[snmp] = "--with-snmp,--without-snmp,net-snmp"
PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"
PACKAGECONFIG[seccomp] = "--with-seccomp,--without-seccomp,libseccomp"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [oe][meta-python][PATCH 4/4] python3-gpiod: update to v2.4.1
2026-03-22 10:13 [oe][meta-oe][PATCH 1/4] jasper: upgrade 4.2.8 -> 4.2.9 ankur.tyagi85
2026-03-22 10:13 ` [oe][meta-oe][PATCH 2/4] imapfilter: upgrade 2.8.3 -> 2.8.5 ankur.tyagi85
2026-03-22 10:13 ` [oe][meta-networking][PATCH 3/4] lldpd: fix xml PACKAGECONFIG dependency ankur.tyagi85
@ 2026-03-22 10:13 ` ankur.tyagi85
2026-03-22 10:17 ` [oe][meta-oe][PATCH 1/4] jasper: upgrade 4.2.8 -> 4.2.9 Gyorgy Sarvari
3 siblings, 0 replies; 7+ messages in thread
From: ankur.tyagi85 @ 2026-03-22 10:13 UTC (permalink / raw)
To: openembedded-devel; +Cc: Bartosz Golaszewski, Khem Raj, Ankur Tyagi
From: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Bug-fix release addressing a memory leak and a couple minor issues.
We now ship the license file with the dist tarball so update the recipe
to take this into account. While at it: trim the LICENSE value to only
include LGPL-v2.1-or-later as the other two licenses cover tests and
text files.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit f75f4164fd7184ed47e119c782cea583b96fbb45)
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
.../{python3-gpiod_2.4.0.bb => python3-gpiod_2.4.1.bb} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
rename meta-python/recipes-devtools/python/{python3-gpiod_2.4.0.bb => python3-gpiod_2.4.1.bb} (74%)
diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.4.0.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.4.1.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-gpiod_2.4.0.bb
rename to meta-python/recipes-devtools/python/python3-gpiod_2.4.1.bb
index 405951fe0c..61a3fb929e 100644
--- a/meta-python/recipes-devtools/python/python3-gpiod_2.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-gpiod_2.4.1.bb
@@ -1,13 +1,11 @@
SUMMARY = "Python bindings for libgpiod."
-LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later & CC-BY-SA-4.0"
-# The actual license files live in the upstream libgpiod from which the pypi
-# package is spun out.
-LIC_FILES_CHKSUM = "file://pyproject.toml;beginline=13;endline=13;md5=0fbc720d3e48432ee239eedb6adb0f07"
+LICENSE = "LGPL-2.1-or-later"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4b54a1fd55a448865a0b32d41598759d"
SRC_URI += "file://run-ptest"
-SRC_URI[sha256sum] = "9243a1a59d084ec749d1df4a1e2f238ffb9d94515b0d9f5335460175143c3aa1"
+SRC_URI[sha256sum] = "d29a1e8b2a065f7ed82f00a96009bc1486fc705bb2ad25820a8ae962ec6d7688"
inherit python_setuptools_build_meta python_pep517 ptest pypi
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [oe][meta-oe][PATCH 1/4] jasper: upgrade 4.2.8 -> 4.2.9
2026-03-22 10:13 [oe][meta-oe][PATCH 1/4] jasper: upgrade 4.2.8 -> 4.2.9 ankur.tyagi85
` (2 preceding siblings ...)
2026-03-22 10:13 ` [oe][meta-python][PATCH 4/4] python3-gpiod: update to v2.4.1 ankur.tyagi85
@ 2026-03-22 10:17 ` Gyorgy Sarvari
2026-03-22 10:27 ` Ankur Tyagi
3 siblings, 1 reply; 7+ messages in thread
From: Gyorgy Sarvari @ 2026-03-22 10:17 UTC (permalink / raw)
To: ankur.tyagi85, openembedded-devel
Is it possible that you forgot the [whinlatter] tag from the subject?
On 3/22/26 11:13, Ankur Tyagi via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> Changelog:
> - Fixed a bug in the JP2 encoder that caused incorrect handling of
> opacity components in some cases.
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> (cherry picked from commit 330ecdd2ad03225db3cd0933f1083abed8598a98)
> Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
> ---
> .../jasper/{jasper_4.2.8.bb => jasper_4.2.9.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta-oe/recipes-graphics/jasper/{jasper_4.2.8.bb => jasper_4.2.9.bb} (92%)
>
> diff --git a/meta-oe/recipes-graphics/jasper/jasper_4.2.8.bb b/meta-oe/recipes-graphics/jasper/jasper_4.2.9.bb
> similarity index 92%
> rename from meta-oe/recipes-graphics/jasper/jasper_4.2.8.bb
> rename to meta-oe/recipes-graphics/jasper/jasper_4.2.9.bb
> index e00b56ddbf..b48fff7081 100644
> --- a/meta-oe/recipes-graphics/jasper/jasper_4.2.8.bb
> +++ b/meta-oe/recipes-graphics/jasper/jasper_4.2.9.bb
> @@ -4,7 +4,7 @@ LICENSE = "MIT"
> LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a80440d1d8f17d041c71c7271d6e06eb"
>
> SRC_URI = "https://github.com/jasper-software/${BPN}/releases/download/version-${PV}/${BP}.tar.gz"
> -SRC_URI[sha256sum] = "98058a94fbff57ec6e31dcaec37290589de0ba6f47c966f92654681a56c71fae"
> +SRC_URI[sha256sum] = "f71cf643937a5fcaedcfeb30a22ba406912948ad4413148214df280afc425454"
>
> UPSTREAM_CHECK_URI = "https://github.com/jasper-software/jasper/releases"
> UPSTREAM_CHECK_REGEX = "releases/tag/version-(?P<pver>\d+(\.\d+)+)"
>
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#125473): https://lists.openembedded.org/g/openembedded-devel/message/125473
> Mute This Topic: https://lists.openembedded.org/mt/118446093/6084445
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [skandigraun@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [oe][meta-oe][PATCH 1/4] jasper: upgrade 4.2.8 -> 4.2.9
2026-03-22 10:17 ` [oe][meta-oe][PATCH 1/4] jasper: upgrade 4.2.8 -> 4.2.9 Gyorgy Sarvari
@ 2026-03-22 10:27 ` Ankur Tyagi
2026-03-22 10:53 ` Ankur Tyagi
0 siblings, 1 reply; 7+ messages in thread
From: Ankur Tyagi @ 2026-03-22 10:27 UTC (permalink / raw)
To: Gyorgy Sarvari; +Cc: openembedded-devel
On Sun, Mar 22, 2026 at 11:18 PM Gyorgy Sarvari <skandigraun@gmail.com> wrote:
>
> Is it possible that you forgot the [whinlatter] tag from the subject?
Indeed, thanks for pointing that out.
>
>
> On 3/22/26 11:13, Ankur Tyagi via lists.openembedded.org wrote:
> > From: Wang Mingyu <wangmy@fujitsu.com>
> >
> > Changelog:
> > - Fixed a bug in the JP2 encoder that caused incorrect handling of
> > opacity components in some cases.
> >
> > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > (cherry picked from commit 330ecdd2ad03225db3cd0933f1083abed8598a98)
> > Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
> > ---
> > .../jasper/{jasper_4.2.8.bb => jasper_4.2.9.bb} | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> > rename meta-oe/recipes-graphics/jasper/{jasper_4.2.8.bb => jasper_4.2.9.bb} (92%)
> >
> > diff --git a/meta-oe/recipes-graphics/jasper/jasper_4.2.8.bb b/meta-oe/recipes-graphics/jasper/jasper_4.2.9.bb
> > similarity index 92%
> > rename from meta-oe/recipes-graphics/jasper/jasper_4.2.8.bb
> > rename to meta-oe/recipes-graphics/jasper/jasper_4.2.9.bb
> > index e00b56ddbf..b48fff7081 100644
> > --- a/meta-oe/recipes-graphics/jasper/jasper_4.2.8.bb
> > +++ b/meta-oe/recipes-graphics/jasper/jasper_4.2.9.bb
> > @@ -4,7 +4,7 @@ LICENSE = "MIT"
> > LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a80440d1d8f17d041c71c7271d6e06eb"
> >
> > SRC_URI = "https://github.com/jasper-software/${BPN}/releases/download/version-${PV}/${BP}.tar.gz"
> > -SRC_URI[sha256sum] = "98058a94fbff57ec6e31dcaec37290589de0ba6f47c966f92654681a56c71fae"
> > +SRC_URI[sha256sum] = "f71cf643937a5fcaedcfeb30a22ba406912948ad4413148214df280afc425454"
> >
> > UPSTREAM_CHECK_URI = "https://github.com/jasper-software/jasper/releases"
> > UPSTREAM_CHECK_REGEX = "releases/tag/version-(?P<pver>\d+(\.\d+)+)"
> >
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#125473): https://lists.openembedded.org/g/openembedded-devel/message/125473
> > Mute This Topic: https://lists.openembedded.org/mt/118446093/6084445
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [skandigraun@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [oe][meta-oe][PATCH 1/4] jasper: upgrade 4.2.8 -> 4.2.9
2026-03-22 10:27 ` Ankur Tyagi
@ 2026-03-22 10:53 ` Ankur Tyagi
0 siblings, 0 replies; 7+ messages in thread
From: Ankur Tyagi @ 2026-03-22 10:53 UTC (permalink / raw)
To: Gyorgy Sarvari; +Cc: openembedded-devel
Please drop this series, it is not intended for the master branch.
On Sun, Mar 22, 2026 at 11:27 PM Ankur Tyagi <ankur.tyagi85@gmail.com> wrote:
>
> On Sun, Mar 22, 2026 at 11:18 PM Gyorgy Sarvari <skandigraun@gmail.com> wrote:
> >
> > Is it possible that you forgot the [whinlatter] tag from the subject?
>
> Indeed, thanks for pointing that out.
> >
> >
> > On 3/22/26 11:13, Ankur Tyagi via lists.openembedded.org wrote:
> > > From: Wang Mingyu <wangmy@fujitsu.com>
> > >
> > > Changelog:
> > > - Fixed a bug in the JP2 encoder that caused incorrect handling of
> > > opacity components in some cases.
> > >
> > > Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> > > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > > (cherry picked from commit 330ecdd2ad03225db3cd0933f1083abed8598a98)
> > > Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
> > > ---
> > > .../jasper/{jasper_4.2.8.bb => jasper_4.2.9.bb} | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > > rename meta-oe/recipes-graphics/jasper/{jasper_4.2.8.bb => jasper_4.2.9.bb} (92%)
> > >
> > > diff --git a/meta-oe/recipes-graphics/jasper/jasper_4.2.8.bb b/meta-oe/recipes-graphics/jasper/jasper_4.2.9.bb
> > > similarity index 92%
> > > rename from meta-oe/recipes-graphics/jasper/jasper_4.2.8.bb
> > > rename to meta-oe/recipes-graphics/jasper/jasper_4.2.9.bb
> > > index e00b56ddbf..b48fff7081 100644
> > > --- a/meta-oe/recipes-graphics/jasper/jasper_4.2.8.bb
> > > +++ b/meta-oe/recipes-graphics/jasper/jasper_4.2.9.bb
> > > @@ -4,7 +4,7 @@ LICENSE = "MIT"
> > > LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a80440d1d8f17d041c71c7271d6e06eb"
> > >
> > > SRC_URI = "https://github.com/jasper-software/${BPN}/releases/download/version-${PV}/${BP}.tar.gz"
> > > -SRC_URI[sha256sum] = "98058a94fbff57ec6e31dcaec37290589de0ba6f47c966f92654681a56c71fae"
> > > +SRC_URI[sha256sum] = "f71cf643937a5fcaedcfeb30a22ba406912948ad4413148214df280afc425454"
> > >
> > > UPSTREAM_CHECK_URI = "https://github.com/jasper-software/jasper/releases"
> > > UPSTREAM_CHECK_REGEX = "releases/tag/version-(?P<pver>\d+(\.\d+)+)"
> > >
> > >
> > >
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > > Links: You receive all messages sent to this group.
> > > View/Reply Online (#125473): https://lists.openembedded.org/g/openembedded-devel/message/125473
> > > Mute This Topic: https://lists.openembedded.org/mt/118446093/6084445
> > > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [skandigraun@gmail.com]
> > > -=-=-=-=-=-=-=-=-=-=-=-
> > >
> >
^ permalink raw reply [flat|nested] 7+ messages in thread