diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2022-04-13 17:34:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-14 09:47:00 +0100 |
commit | dd360004e0ba3b4ed31c5b34c79e766c28960fd6 (patch) | |
tree | e8f624a2551c7f0c1a3d289240edc78c0bd93e19 /meta/recipes-extended/libidn | |
parent | 1e3bda0517d0e882d42ada26aa1b93840b804fbb (diff) | |
download | poky-dd360004e0ba3b4ed31c5b34c79e766c28960fd6.tar.gz |
libidn2: add Unicode-DFS-2016 license
as COPYING clearly states that unicode data is baked into
the lib.
Add the license and reference the COPYING file for that
(From OE-Core rev: 1f5fd6a0f3053d1d006ff198b0bc1e58251d021d)
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libidn')
-rw-r--r-- | meta/recipes-extended/libidn/libidn2_2.3.2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-extended/libidn/libidn2_2.3.2.bb b/meta/recipes-extended/libidn/libidn2_2.3.2.bb index 7316c031ce..e1b25b4b8c 100644 --- a/meta/recipes-extended/libidn/libidn2_2.3.2.bb +++ b/meta/recipes-extended/libidn/libidn2_2.3.2.bb | |||
@@ -2,10 +2,11 @@ SUMMARY = "Internationalized Domain Name support library" | |||
2 | DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group." | 2 | DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group." |
3 | HOMEPAGE = "http://www.gnu.org/software/libidn/" | 3 | HOMEPAGE = "http://www.gnu.org/software/libidn/" |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "(GPL-2.0-or-later | LGPL-3.0-only) & GPL-3.0-or-later" | 5 | LICENSE = "(GPL-2.0-or-later | LGPL-3.0-only) & GPL-3.0-or-later & Unicode-DFS-2016" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d834ea7d480438ada04e5d846152395 \ | 6 | LIC_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://COPYING.unicode;md5=684cf5f7e3fded3546679424528261a9 \ | ||
9 | file://src/idn2.c;endline=16;md5=e4b6d628a84a55f1fd8ae4c76c5f6509 \ | 10 | file://src/idn2.c;endline=16;md5=e4b6d628a84a55f1fd8ae4c76c5f6509 \ |
10 | file://lib/idn2.h.in;endline=27;md5=d0fc8ec628be130a1d5b889107e92477" | 11 | file://lib/idn2.h.in;endline=27;md5=d0fc8ec628be130a1d5b889107e92477" |
11 | 12 | ||
@@ -25,7 +26,7 @@ do_install:append() { | |||
25 | sed -i -e 's|-L${STAGING_LIBDIR}||' -e 's/ */ /g' ${D}${libdir}/pkgconfig/libidn2.pc | 26 | sed -i -e 's|-L${STAGING_LIBDIR}||' -e 's/ */ /g' ${D}${libdir}/pkgconfig/libidn2.pc |
26 | } | 27 | } |
27 | 28 | ||
28 | LICENSE:${PN} = "(GPL-2.0-or-later | LGPL-3.0-only)" | 29 | LICENSE:${PN} = "(GPL-2.0-or-later | LGPL-3.0-only) & Unicode-DFS-2016" |
29 | LICENSE:${PN}-bin = "GPL-3.0-or-later" | 30 | LICENSE:${PN}-bin = "GPL-3.0-or-later" |
30 | 31 | ||
31 | BBCLASSEXTEND = "native nativesdk" | 32 | BBCLASSEXTEND = "native nativesdk" |