From f585320b6dce349f2702dc8533170f4d8d371817 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 15 Mar 2025 10:32:45 +0000 Subject: libidn2: upgrade 2.3.7 -> 2.3.8 License-Update: Upstream moved the GPLv3 text to the COPYING file as the main license. Our LICENSE field remains correct though and the main license and the library license remain unchanged. https://gitlab.com/libidn/libidn2/-/commit/61ee87ee229c811bd9bf945084645058249b52cc (From OE-Core rev: 7f17e23a358bb0181e440a4ecf82e71bd938103b) Signed-off-by: Richard Purdie --- meta/recipes-extended/libidn/libidn2_2.3.7.bb | 33 --------------------------- meta/recipes-extended/libidn/libidn2_2.3.8.bb | 33 +++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 meta/recipes-extended/libidn/libidn2_2.3.7.bb create mode 100644 meta/recipes-extended/libidn/libidn2_2.3.8.bb diff --git a/meta/recipes-extended/libidn/libidn2_2.3.7.bb b/meta/recipes-extended/libidn/libidn2_2.3.7.bb deleted file mode 100644 index 7ae933e047..0000000000 --- a/meta/recipes-extended/libidn/libidn2_2.3.7.bb +++ /dev/null @@ -1,33 +0,0 @@ -SUMMARY = "Internationalized Domain Name support library" -DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group." -HOMEPAGE = "http://www.gnu.org/software/libidn/" -SECTION = "libs" -LICENSE = "(GPL-2.0-or-later | LGPL-3.0-only) & GPL-3.0-or-later & Unicode-DFS-2016" -LIC_FILES_CHKSUM = "file://COPYING;md5=2d834ea7d480438ada04e5d846152395 \ - file://COPYING.LESSERv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ - file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://COPYING.unicode;md5=684cf5f7e3fded3546679424528261a9 \ - file://src/idn2.c;endline=16;md5=afc1531bda991ba6338e33a7eff758a0 \ - file://lib/idn2.h.in;endline=27;md5=f88d218005a5c45b68a83cecb5bd7f26 \ - " - -SRC_URI = "${GNU_MIRROR}/libidn/${BPN}-${PV}.tar.gz" -SRC_URI[sha256sum] = "4c21a791b610b9519b9d0e12b8097bf2f359b12f8dd92647611a929e6bfd7d64" - -DEPENDS = "virtual/libiconv libunistring" - -inherit pkgconfig autotools gettext texinfo gtk-doc lib_package - -EXTRA_OECONF += "--disable-rpath \ - --with-libunistring-prefix=${STAGING_EXECPREFIXDIR} \ - " - -do_install:append() { - # Need to remove any duplicate whitespace too for reproducibility - sed -i -e 's|-L${STAGING_LIBDIR}||' -e 's/ */ /g' ${D}${libdir}/pkgconfig/libidn2.pc -} - -LICENSE:${PN} = "(GPL-2.0-or-later | LGPL-3.0-only) & Unicode-DFS-2016" -LICENSE:${PN}-bin = "GPL-3.0-or-later" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-extended/libidn/libidn2_2.3.8.bb b/meta/recipes-extended/libidn/libidn2_2.3.8.bb new file mode 100644 index 0000000000..a53ac47d66 --- /dev/null +++ b/meta/recipes-extended/libidn/libidn2_2.3.8.bb @@ -0,0 +1,33 @@ +SUMMARY = "Internationalized Domain Name support library" +DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group." +HOMEPAGE = "http://www.gnu.org/software/libidn/" +SECTION = "libs" +LICENSE = "(GPL-2.0-or-later | LGPL-3.0-only) & GPL-3.0-or-later & Unicode-DFS-2016" +LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ + file://COPYING.LESSERv3;md5=3000208d539ec061b899bce1d9ce9404 \ + file://COPYINGv2;md5=570a9b3749dd0463a1778803b12a6dce \ + file://COPYING.unicode;md5=684cf5f7e3fded3546679424528261a9 \ + file://src/idn2.c;endline=16;md5=c44fb6f201f22da3a19857499b49b15d \ + file://lib/idn2.h.in;endline=27;md5=f27aee1b44326be3a28961c55319099f \ + " + +SRC_URI = "${GNU_MIRROR}/libidn/${BPN}-${PV}.tar.gz" +SRC_URI[sha256sum] = "f557911bf6171621e1f72ff35f5b1825bb35b52ed45325dcdee931e5d3c0787a" + +DEPENDS = "virtual/libiconv libunistring" + +inherit pkgconfig autotools gettext texinfo gtk-doc lib_package + +EXTRA_OECONF += "--disable-rpath \ + --with-libunistring-prefix=${STAGING_EXECPREFIXDIR} \ + " + +do_install:append() { + # Need to remove any duplicate whitespace too for reproducibility + sed -i -e 's|-L${STAGING_LIBDIR}||' -e 's/ */ /g' ${D}${libdir}/pkgconfig/libidn2.pc +} + +LICENSE:${PN} = "(GPL-2.0-or-later | LGPL-3.0-only) & Unicode-DFS-2016" +LICENSE:${PN}-bin = "GPL-3.0-or-later" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf