diff options
author | AshishKumar Mishra <emailaddress.ashish@gmail.com> | 2025-09-19 09:26:15 +0530 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-09-30 08:01:59 -0700 |
commit | 2a912b50658972f4e486adb8bf38c649be3e7aa0 (patch) | |
tree | 3b5d4e53a233be1ddb2113809d3ddb614547d6fd | |
parent | 5ee0ccc85677f90eae1d2760ea3243ec9ee76495 (diff) | |
download | poky-2a912b50658972f4e486adb8bf38c649be3e7aa0.tar.gz |
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 eeb3974472429a99a724f324dc8a63e435741f68
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>
-rw-r--r-- | meta/recipes-support/p11-kit/p11-kit_0.25.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb b/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb index 2ede38deba..5921a46c88 100644 --- a/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb +++ b/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb | |||
@@ -20,6 +20,7 @@ PACKAGECONFIG ??= "" | |||
20 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native" | 20 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,libxslt-native" |
21 | PACKAGECONFIG[trust-paths] = "-Dtrust_paths=/etc/ssl/certs/ca-certificates.crt,,,ca-certificates" | 21 | PACKAGECONFIG[trust-paths] = "-Dtrust_paths=/etc/ssl/certs/ca-certificates.crt,,,ca-certificates" |
22 | 22 | ||
23 | EXTRA_OEMESON:append = " -Dnls=${@'false' if d.getVar('USE_NLS') == 'no' else 'true'}" | ||
23 | GTKDOC_MESON_OPTION = 'gtk_doc' | 24 | GTKDOC_MESON_OPTION = 'gtk_doc' |
24 | 25 | ||
25 | FILES:${PN} += " \ | 26 | FILES:${PN} += " \ |