summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Lorenz <philip.lorenz@bmw.de>2025-08-15 15:04:39 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-19 09:48:36 +0100
commiteeb3974472429a99a724f324dc8a63e435741f68 (patch)
tree1b97a876ca8b65d37a3df218ba6573b5f5a247df
parentd848b454e64ffbd642590b4bbc378619e1547ad3 (diff)
downloadpoky-eeb3974472429a99a724f324dc8a63e435741f68.tar.gz
p11-kit: Handle USE_NLS
Disable NLS in the build when USE_NLS is off. (From OE-Core rev: b94798ecd535956ef4565663710ea9a701ff21ed) 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>
-rw-r--r--meta/recipes-support/p11-kit/p11-kit_0.25.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.25.5.bb b/meta/recipes-support/p11-kit/p11-kit_0.25.5.bb
index d60e4abdaf..1c982a2aab 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.25.5.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.25.5.bb
@@ -18,6 +18,7 @@ PACKAGECONFIG ??= ""
18PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native" 18PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native"
19PACKAGECONFIG[trust-paths] = "-Dtrust_paths=/etc/ssl/certs/ca-certificates.crt,,,ca-certificates" 19PACKAGECONFIG[trust-paths] = "-Dtrust_paths=/etc/ssl/certs/ca-certificates.crt,,,ca-certificates"
20 20
21EXTRA_OEMESON:append = " -Dnls=${@'false' if d.getVar('USE_NLS') == 'no' else 'true'}"
21GTKDOC_MESON_OPTION = 'gtk_doc' 22GTKDOC_MESON_OPTION = 'gtk_doc'
22 23
23FILES:${PN} += " \ 24FILES:${PN} += " \