diff options
| author | AshishKumar Mishra <emailaddress.ashish@gmail.com> | 2025-10-03 10:27:40 +0530 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-10-14 07:20:36 -0700 |
| commit | e46adde7bba91fdda268dfad98148609bce368ea (patch) | |
| tree | 27d6158734284218a800720e8b4abd3d33abf456 | |
| parent | d34a0bd00b1a636d105394a0fbc478c7a5dedab0 (diff) | |
| download | poky-e46adde7bba91fdda268dfad98148609bce368ea.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 & kirkstone
applied the patch manually
(From OE-Core rev: c621612a12cdbf5c89279b69e28d0e3a0b5d0a86)
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.24.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.24.1.bb b/meta/recipes-support/p11-kit/p11-kit_0.24.1.bb index 72b446204a..62aca0cfee 100644 --- a/meta/recipes-support/p11-kit/p11-kit_0.24.1.bb +++ b/meta/recipes-support/p11-kit/p11-kit_0.24.1.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} += " \ |
