public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-core][PATCH] iso-codes: upgrade from 4.19.0 to 4.20.1
@ 2026-02-12  3:47 Qi.Chen
  0 siblings, 0 replies; only message in thread
From: Qi.Chen @ 2026-02-12  3:47 UTC (permalink / raw)
  To: openembedded-core

From: Chen Qi <Qi.Chen@windriver.com>

Changes:
https://salsa.debian.org/iso-codes-team/iso-codes/-/blob/main/CHANGELOG.md

License-Update: update license to LGPL-2.1-or-later.

The build system is switched from autotools to meson. Note that
meson is now the only supported build system for iso-codes.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../{iso-codes_4.19.0.bb => iso-codes_4.20.1.bb}         | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
 rename meta/recipes-support/iso-codes/{iso-codes_4.19.0.bb => iso-codes_4.20.1.bb} (72%)

diff --git a/meta/recipes-support/iso-codes/iso-codes_4.19.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.20.1.bb
similarity index 72%
rename from meta/recipes-support/iso-codes/iso-codes_4.19.0.bb
rename to meta/recipes-support/iso-codes/iso-codes_4.20.1.bb
index 413c7991d6..1423d8136b 100644
--- a/meta/recipes-support/iso-codes/iso-codes_4.19.0.bb
+++ b/meta/recipes-support/iso-codes/iso-codes_4.20.1.bb
@@ -5,17 +5,18 @@ than repeated in many programs throughout the system."
 HOMEPAGE = "https://salsa.debian.org/iso-codes-team/iso-codes"
 BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues"
 
-LICENSE = "LGPL-2.1-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=4bf661c1e3793e55c8d1051bc5e0ae21"
+LICENSE = "LGPL-2.1-or-later"
+LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-or-later.txt;md5=310c7c93cf5181c6b0cc8229a1f3c6f6 \
+                    file://REUSE.toml;md5=222088771af8590daba65c39e4747321"
 
 SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;tag=v${PV}"
-SRCREV = "0f3a862394265a31d8465fc5e627d6429bbd8394"
+SRCREV = "74623235ae99f6e835e1e465017ce4c544ae6b53"
 
 # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which
 # are inhibited by allarch
 DEPENDS = "gettext-native"
 
-inherit allarch autotools
+inherit allarch meson
 
 FILES:${PN} += "${datadir}/xml/"
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-02-12  3:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-12  3:47 [OE-core][PATCH] iso-codes: upgrade from 4.19.0 to 4.20.1 Qi.Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox