summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libpsl/libpsl_0.21.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libpsl/libpsl_0.21.0.bb')
-rw-r--r--meta/recipes-support/libpsl/libpsl_0.21.0.bb13
1 files changed, 9 insertions, 4 deletions
diff --git a/meta/recipes-support/libpsl/libpsl_0.21.0.bb b/meta/recipes-support/libpsl/libpsl_0.21.0.bb
index 9831b4b94f..66e64f785c 100644
--- a/meta/recipes-support/libpsl/libpsl_0.21.0.bb
+++ b/meta/recipes-support/libpsl/libpsl_0.21.0.bb
@@ -1,4 +1,10 @@
1SUMMARY = "Public Suffix List library" 1SUMMARY = "Public Suffix List library"
2DESCRIPTION = "The libpsl package provides a library for accessing and \
3resolving information from the Public Suffix List (PSL). The PSL is a set of \
4domain names beyond the standard suffixes, such as .com."
5
6HOMEPAGE = "https://rockdaboot.github.io/libpsl/"
7BUGTRACKER = "https://github.com/rockdaboot/libpsl/issues"
2 8
3LICENSE = "MIT" 9LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5437030d9e4fbe7267ced058ddb8a7f5 \ 10LIC_FILES_CHKSUM = "file://LICENSE;md5=5437030d9e4fbe7267ced058ddb8a7f5 \
@@ -13,11 +19,10 @@ SRC_URI[sha256sum] = "41bd1c75a375b85c337b59783f5deb93dbb443fb0a52d257f403df7bd6
13 19
14UPSTREAM_CHECK_URI = "https://github.com/rockdaboot/libpsl/releases" 20UPSTREAM_CHECK_URI = "https://github.com/rockdaboot/libpsl/releases"
15 21
16DEPENDS = "libidn2"
17
18inherit autotools gettext gtk-doc manpages pkgconfig lib_package 22inherit autotools gettext gtk-doc manpages pkgconfig lib_package
19 23
20PACKAGECONFIG ??= "" 24PACKAGECONFIG ?= "idn2"
21PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native" 25PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native"
22 26PACKAGECONFIG[icu] = "--enable-runtime=libicu --enable-builtin=libicu,,icu"
27PACKAGECONFIG[idn2] = "--enable-runtime=libidn2 --enable-builtin=libidn2,,libidn2 libunistring"
23BBCLASSEXTEND = "native nativesdk" 28BBCLASSEXTEND = "native nativesdk"