diff options
| author | Philip Lorenz <philip.lorenz@bmw.de> | 2025-08-15 15:04:39 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-19 09:48:36 +0100 |
| commit | eeb3974472429a99a724f324dc8a63e435741f68 (patch) | |
| tree | 1b97a876ca8b65d37a3df218ba6573b5f5a247df | |
| parent | d848b454e64ffbd642590b4bbc378619e1547ad3 (diff) | |
| download | poky-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.bb | 1 |
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 ??= "" | |||
| 18 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native" | 18 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native" |
| 19 | PACKAGECONFIG[trust-paths] = "-Dtrust_paths=/etc/ssl/certs/ca-certificates.crt,,,ca-certificates" | 19 | PACKAGECONFIG[trust-paths] = "-Dtrust_paths=/etc/ssl/certs/ca-certificates.crt,,,ca-certificates" |
| 20 | 20 | ||
| 21 | EXTRA_OEMESON:append = " -Dnls=${@'false' if d.getVar('USE_NLS') == 'no' else 'true'}" | ||
| 21 | GTKDOC_MESON_OPTION = 'gtk_doc' | 22 | GTKDOC_MESON_OPTION = 'gtk_doc' |
| 22 | 23 | ||
| 23 | FILES:${PN} += " \ | 24 | FILES:${PN} += " \ |
