summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libpsl/libpsl_0.21.1.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-support/libpsl/libpsl_0.21.1.bb b/meta/recipes-support/libpsl/libpsl_0.21.1.bb
index db4b3a5991..4fc0ad8acb 100644
--- a/meta/recipes-support/libpsl/libpsl_0.21.1.bb
+++ b/meta/recipes-support/libpsl/libpsl_0.21.1.bb
@@ -16,11 +16,10 @@ SRC_URI[sha256sum] = "ac6ce1e1fbd4d0254c4ddb9d37f1fa99dec83619c1253328155206b896
16 16
17UPSTREAM_CHECK_URI = "https://github.com/rockdaboot/libpsl/releases" 17UPSTREAM_CHECK_URI = "https://github.com/rockdaboot/libpsl/releases"
18 18
19DEPENDS = "libidn2"
20
21inherit autotools gettext gtk-doc manpages pkgconfig lib_package 19inherit autotools gettext gtk-doc manpages pkgconfig lib_package
22 20
23PACKAGECONFIG ??= "" 21PACKAGECONFIG ?= "icu"
24PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native" 22PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native"
25 23PACKAGECONFIG[icu] = "--enable-runtime=libicu --enable-builtin=libicu,,icu"
24PACKAGECONFIG[idn2] = "--enable-runtime=libidn2 --enable-builtin=libidn2,,libidn2 libunistring"
26BBCLASSEXTEND = "native nativesdk" 25BBCLASSEXTEND = "native nativesdk"