mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 20:02:21 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
6f9508c274
commit
b6869250d3
@@ -19,11 +19,10 @@ SRC_URI[sha256sum] = "41bd1c75a375b85c337b59783f5deb93dbb443fb0a52d257f403df7bd6
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/rockdaboot/libpsl/releases"
|
||||
|
||||
DEPENDS = "libidn2"
|
||||
|
||||
inherit autotools gettext gtk-doc manpages pkgconfig lib_package
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG ?= "idn2"
|
||||
PACKAGECONFIG[manpages] = "--enable-man,--disable-man,libxslt-native"
|
||||
|
||||
PACKAGECONFIG[icu] = "--enable-runtime=libicu --enable-builtin=libicu,,icu"
|
||||
PACKAGECONFIG[idn2] = "--enable-runtime=libidn2 --enable-builtin=libidn2,,libidn2 libunistring"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user