diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-12-19 17:36:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-23 08:46:00 +0000 |
commit | 38f7a143f6f0b70126f6072e1f8e2769e7d278ab (patch) | |
tree | e18a5862cc8bb17e28a8403c8bd38a8973f61f5f /meta/recipes-support | |
parent | 53e39c1063a6284f72e6860718413b0740a374e0 (diff) | |
download | poky-38f7a143f6f0b70126f6072e1f8e2769e7d278ab.tar.gz |
p11-kit: upgrade 0.25.2 -> 0.25.3
Changelog:
============
* rpc: fix serialization of NULL mechanism pointer
* fix meson build failure in macOS (appleframeworks not found)
(From OE-Core rev: b02e282d4c8d380b53555ec65de7b12ea7c5ac10)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/p11-kit/p11-kit_0.25.3.bb (renamed from meta/recipes-support/p11-kit/p11-kit_0.25.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.25.2.bb b/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb index d00ef2daf5..9e959425f7 100644 --- a/meta/recipes-support/p11-kit/p11-kit_0.25.2.bb +++ b/meta/recipes-support/p11-kit/p11-kit_0.25.3.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "libtasn1 libtasn1-native libffi" | |||
11 | DEPENDS:append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" | 11 | DEPENDS:append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" |
12 | 12 | ||
13 | SRC_URI = "gitsm://github.com/p11-glue/p11-kit;branch=master;protocol=https" | 13 | SRC_URI = "gitsm://github.com/p11-glue/p11-kit;branch=master;protocol=https" |
14 | SRCREV = "66d6b42ef8dd84fcd8e199ac9f23f822f1a058c9" | 14 | SRCREV = "917e02a3211dabbdea4b079cb598581dce84fda1" |
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | PACKAGECONFIG ??= "" | 17 | PACKAGECONFIG ??= "" |