diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/libidn/libidn2_2.0.5.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-extended/libidn/libidn2_2.0.5.bb b/meta/recipes-extended/libidn/libidn2_2.0.5.bb new file mode 100644 index 0000000000..aaf9ecd7e7 --- /dev/null +++ b/meta/recipes-extended/libidn/libidn2_2.0.5.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | 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." | ||
3 | HOMEPAGE = "http://www.gnu.org/software/libidn/" | ||
4 | SECTION = "libs" | ||
5 | LICENSE = "(GPLv2+ | LGPLv3) & GPLv3+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=ab90e75ef97cc6318ce4f2fbda62fe4d \ | ||
7 | file://COPYING.LESSERv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | ||
8 | file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
9 | file://src/idn2.c;endline=16;md5=0283aec28e049f5bcaaeee52aa865874 \ | ||
10 | file://lib/idn2.h.in;endline=27;md5=c2cd28d3f87260f157f022eabb83714f" | ||
11 | |||
12 | SRC_URI = "${GNU_MIRROR}/libidn/${BPN}-${PV}.tar.gz" | ||
13 | SRC_URI[md5sum] = "eaf9a5b9d03b0cce3760f34b3124eb36" | ||
14 | SRC_URI[sha256sum] = "53f69170886f1fa6fa5b332439c7a77a7d22626a82ef17e2c1224858bb4ca2b8" | ||
15 | |||
16 | DEPENDS = "virtual/libiconv libunistring" | ||
17 | |||
18 | inherit pkgconfig autotools gettext texinfo gtk-doc lib_package | ||
19 | |||
20 | LICENSE_${PN} = "(GPLv2+ | LGPLv3)" | ||
21 | LICENSE_${PN}-bin = "GPLv3+" | ||
22 | |||
23 | BBCLASSEXTEND = "native nativesdk" | ||