summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2019-05-28 21:23:39 +0200
committerKhem Raj <raj.khem@gmail.com>2019-05-29 02:21:42 -0700
commite9ffb7c6c09b9a7ca52801fb27dd1a057d15f7c1 (patch)
treedb153e5bdfc08703aafedae73bb3d9c85c030490
parent061953143db837f637d41e7902978a4afe211ed7 (diff)
downloadmeta-openembedded-e9ffb7c6c09b9a7ca52801fb27dd1a057d15f7c1.tar.gz
libp11: update to 0.4.10
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/libp11/libp11_0.4.10.bb (renamed from meta-oe/recipes-support/libp11/libp11_0.4.7.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.7.bb b/meta-oe/recipes-support/libp11/libp11_0.4.10.bb
index 87d99c1a68..c72df6d5e3 100644
--- a/meta-oe/recipes-support/libp11/libp11_0.4.7.bb
+++ b/meta-oe/recipes-support/libp11/libp11_0.4.10.bb
@@ -2,14 +2,15 @@ SUMMARY = "Library for using PKCS"
2DESCRIPTION = "\ 2DESCRIPTION = "\
3Libp11 is a library implementing a small layer on top of PKCS \ 3Libp11 is a library implementing a small layer on top of PKCS \
4make using PKCS" 4make using PKCS"
5HOMEPAGE = "http://www.opensc-project.org/libp11" 5HOMEPAGE = "https://github.com/OpenSC/libp11"
6BUGTRACKER = "https://github.com/OpenSC/libp11/issues"
6SECTION = "Development/Libraries" 7SECTION = "Development/Libraries"
7LICENSE = "LGPLv2+" 8LICENSE = "LGPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" 9LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
9DEPENDS = "libtool openssl" 10DEPENDS = "libtool openssl"
10 11
11SRC_URI = "git://github.com/OpenSC/libp11.git" 12SRC_URI = "git://github.com/OpenSC/libp11.git"
12SRCREV = "64569a391897bd29c5060b19fa4613e619e59277" 13SRCREV = "973d31f3f58d5549ddd8b1f822ce8f72186f9d68"
13 14
14S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
15 16