diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-02-21 10:27:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-21 17:48:09 +0000 |
commit | 80c58fdbea6374189b83f9f49340280df5dee682 (patch) | |
tree | 5dc55d3c2552637d54f74e618e0a0fae9787e209 /meta | |
parent | 7cf4ea2d60a5778f9408fab84f1004dc040e2413 (diff) | |
download | poky-80c58fdbea6374189b83f9f49340280df5dee682.tar.gz |
p11-kit: upgrade 0.23.18.1 -> 0.23.20
(From OE-Core rev: acc7e393e8e6f0a3d6fda6a34a3d5b04784cbe34)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/p11-kit/p11-kit_0.23.20.bb (renamed from meta/recipes-support/p11-kit/p11-kit_0.23.18.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/p11-kit/p11-kit_0.23.18.1.bb b/meta/recipes-support/p11-kit/p11-kit_0.23.20.bb index 19895ec269..54b8cc6a70 100644 --- a/meta/recipes-support/p11-kit/p11-kit_0.23.18.1.bb +++ b/meta/recipes-support/p11-kit/p11-kit_0.23.20.bb | |||
@@ -2,14 +2,14 @@ SUMMARY = "Provides a way to load and enumerate PKCS#11 modules" | |||
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50" |
4 | 4 | ||
5 | inherit meson gettext pkgconfig gtk-doc | 5 | inherit meson gettext pkgconfig gtk-doc bash-completion |
6 | 6 | ||
7 | DEPENDS = "libtasn1 libtasn1-native libffi" | 7 | DEPENDS = "libtasn1 libtasn1-native libffi" |
8 | 8 | ||
9 | DEPENDS_append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" | 9 | DEPENDS_append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/p11-glue/p11-kit" | 11 | SRC_URI = "git://github.com/p11-glue/p11-kit" |
12 | SRCREV = "b0ebe7555c291808db29377ba79cb8326301f0a6" | 12 | SRCREV = "762cdaa2cd5c5ec09cc844f9a6bdc551c7f6c8ed" |
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | PACKAGECONFIG ??= "" | 15 | PACKAGECONFIG ??= "" |