diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-04-18 01:16:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-20 13:56:48 +0100 |
commit | 1ceb808fb73ea48a04cf68a0971201fdb01a1e9d (patch) | |
tree | 7dcf7f289013f16c091b829159703524ea8683da /meta/recipes-support | |
parent | 96b4ed1e93d6deb5e585749921608a29c85825a7 (diff) | |
download | poky-1ceb808fb73ea48a04cf68a0971201fdb01a1e9d.tar.gz |
libpsl: Add config knobs for runtime/builtin conversion choices
Use libicu by default
(From OE-Core rev: 20fc11919e2cec656685dab3fad07862b0b90610)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libpsl/libpsl_0.21.1.bb | 7 |
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 | ||
17 | UPSTREAM_CHECK_URI = "https://github.com/rockdaboot/libpsl/releases" | 17 | UPSTREAM_CHECK_URI = "https://github.com/rockdaboot/libpsl/releases" |
18 | 18 | ||
19 | DEPENDS = "libidn2" | ||
20 | |||
21 | inherit autotools gettext gtk-doc manpages pkgconfig lib_package | 19 | inherit autotools gettext gtk-doc manpages pkgconfig lib_package |
22 | 20 | ||
23 | PACKAGECONFIG ??= "" | 21 | PACKAGECONFIG ?= "icu" |
24 | PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native" | 22 | PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native" |
25 | 23 | PACKAGECONFIG[icu] = "--enable-runtime=libicu --enable-builtin=libicu,,icu" | |
24 | PACKAGECONFIG[idn2] = "--enable-runtime=libidn2 --enable-builtin=libidn2,,libidn2 libunistring" | ||
26 | BBCLASSEXTEND = "native nativesdk" | 25 | BBCLASSEXTEND = "native nativesdk" |