summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libidn
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/libidn')
-rw-r--r--meta/recipes-extended/libidn/libidn2_2.3.7.bb (renamed from meta/recipes-extended/libidn/libidn2_2.3.0.bb)17
1 files changed, 9 insertions, 8 deletions
diff --git a/meta/recipes-extended/libidn/libidn2_2.3.0.bb b/meta/recipes-extended/libidn/libidn2_2.3.7.bb
index 7adf924aeb..7ae933e047 100644
--- a/meta/recipes-extended/libidn/libidn2_2.3.0.bb
+++ b/meta/recipes-extended/libidn/libidn2_2.3.7.bb
@@ -2,16 +2,17 @@ SUMMARY = "Internationalized Domain Name support library"
2DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group." 2DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group."
3HOMEPAGE = "http://www.gnu.org/software/libidn/" 3HOMEPAGE = "http://www.gnu.org/software/libidn/"
4SECTION = "libs" 4SECTION = "libs"
5LICENSE = "(GPLv2+ | LGPLv3) & GPLv3+" 5LICENSE = "(GPL-2.0-or-later | LGPL-3.0-only) & GPL-3.0-or-later & Unicode-DFS-2016"
6LIC_FILES_CHKSUM = "file://COPYING;md5=2d834ea7d480438ada04e5d846152395 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=2d834ea7d480438ada04e5d846152395 \
7 file://COPYING.LESSERv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ 7 file://COPYING.LESSERv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
8 file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 8 file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
9 file://src/idn2.c;endline=16;md5=426b74d6deb620ab6d39c8a6efd4c13a \ 9 file://COPYING.unicode;md5=684cf5f7e3fded3546679424528261a9 \
10 file://lib/idn2.h.in;endline=27;md5=c2cd28d3f87260f157f022eabb83714f" 10 file://src/idn2.c;endline=16;md5=afc1531bda991ba6338e33a7eff758a0 \
11 file://lib/idn2.h.in;endline=27;md5=f88d218005a5c45b68a83cecb5bd7f26 \
12 "
11 13
12SRC_URI = "${GNU_MIRROR}/libidn/${BPN}-${PV}.tar.gz" 14SRC_URI = "${GNU_MIRROR}/libidn/${BPN}-${PV}.tar.gz"
13SRC_URI[md5sum] = "01c5084995295e519f95978ae9785ee0" 15SRC_URI[sha256sum] = "4c21a791b610b9519b9d0e12b8097bf2f359b12f8dd92647611a929e6bfd7d64"
14SRC_URI[sha256sum] = "e1cb1db3d2e249a6a3eb6f0946777c2e892d5c5dc7bd91c74394fc3a01cab8b5"
15 16
16DEPENDS = "virtual/libiconv libunistring" 17DEPENDS = "virtual/libiconv libunistring"
17 18
@@ -21,12 +22,12 @@ EXTRA_OECONF += "--disable-rpath \
21 --with-libunistring-prefix=${STAGING_EXECPREFIXDIR} \ 22 --with-libunistring-prefix=${STAGING_EXECPREFIXDIR} \
22 " 23 "
23 24
24do_install_append() { 25do_install:append() {
25 # Need to remove any duplicate whitespace too for reproducibility 26 # Need to remove any duplicate whitespace too for reproducibility
26 sed -i -e 's|-L${STAGING_LIBDIR}||' -e 's/ */ /g' ${D}${libdir}/pkgconfig/libidn2.pc 27 sed -i -e 's|-L${STAGING_LIBDIR}||' -e 's/ */ /g' ${D}${libdir}/pkgconfig/libidn2.pc
27} 28}
28 29
29LICENSE_${PN} = "(GPLv2+ | LGPLv3)" 30LICENSE:${PN} = "(GPL-2.0-or-later | LGPL-3.0-only) & Unicode-DFS-2016"
30LICENSE_${PN}-bin = "GPLv3+" 31LICENSE:${PN}-bin = "GPL-3.0-or-later"
31 32
32BBCLASSEXTEND = "native nativesdk" 33BBCLASSEXTEND = "native nativesdk"