mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
p11-kit: backport fix for handle USE_NLS from master
Disable NLS in the build when USE_NLS is off.
(From OE-Core rev: b94798ecd535956ef4565663710ea9a701ff21ed)
This change corresponds to upstream eeb3974472
from master .
Since the p11-kit version are different between master & scarthgap
applied the patch manually
(From OE-Core rev: 96602ea67463170c4cadf748525f5615ce9bbd91)
Signed-off-by: Philip Lorenz <philip.lorenz@bmw.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: AshishKumar Mishra <emailaddress.ashish@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
parent
5ee0ccc856
commit
2a912b5065
|
|
@ -20,6 +20,7 @@ PACKAGECONFIG ??= ""
|
|||
PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native"
|
||||
PACKAGECONFIG[trust-paths] = "-Dtrust_paths=/etc/ssl/certs/ca-certificates.crt,,,ca-certificates"
|
||||
|
||||
EXTRA_OEMESON:append = " -Dnls=${@'false' if d.getVar('USE_NLS') == 'no' else 'true'}"
|
||||
GTKDOC_MESON_OPTION = 'gtk_doc'
|
||||
|
||||
FILES:${PN} += " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user