summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libpsl
diff options
context:
space:
mode:
authorAndrej Valek <andrej.valek@siemens.com>2021-10-16 20:40:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-23 23:14:17 +0100
commitb6869250d302de2cdad20e6ec100c2aa7762ef6a (patch)
tree8921fcdcd969fc50ebd2f370282e789d85b1aa47 /meta/recipes-support/libpsl
parent6f9508c2743d2924da79f33fc6618401af15bd07 (diff)
downloadpoky-b6869250d302de2cdad20e6ec100c2aa7762ef6a.tar.gz
libpsl: Add config knobs for runtime/builtin conversion choices
Based on d22d87b9c4ac85ffb3506e2acaf2a8a627f55e8e, but kept idn2 as default. (From OE-Core rev: c912cd493f02458d22c78791fc3175f613b8108e) Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libpsl')
-rw-r--r--meta/recipes-support/libpsl/libpsl_0.21.0.bb7
1 files changed, 3 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 b2dda191ce..66e64f785c 100644
--- a/meta/recipes-support/libpsl/libpsl_0.21.0.bb
+++ b/meta/recipes-support/libpsl/libpsl_0.21.0.bb
@@ -19,11 +19,10 @@ SRC_URI[sha256sum] = "41bd1c75a375b85c337b59783f5deb93dbb443fb0a52d257f403df7bd6
19 19
20UPSTREAM_CHECK_URI = "https://github.com/rockdaboot/libpsl/releases" 20UPSTREAM_CHECK_URI = "https://github.com/rockdaboot/libpsl/releases"
21 21
22DEPENDS = "libidn2"
23
24inherit autotools gettext gtk-doc manpages pkgconfig lib_package 22inherit autotools gettext gtk-doc manpages pkgconfig lib_package
25 23
26PACKAGECONFIG ??= "" 24PACKAGECONFIG ?= "idn2"
27PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native" 25PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native"
28 26PACKAGECONFIG[icu] = "--enable-runtime=libicu --enable-builtin=libicu,,icu"
27PACKAGECONFIG[idn2] = "--enable-runtime=libidn2 --enable-builtin=libidn2,,libidn2 libunistring"
29BBCLASSEXTEND = "native nativesdk" 28BBCLASSEXTEND = "native nativesdk"