diff options
author | Li xin <lixin.fnst@cn.fujitsu.com> | 2016-01-03 18:12:43 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-01-06 13:25:53 +0100 |
commit | 9b2cb2ffe4290923ec1ffcc9f2aade24463b7732 (patch) | |
tree | ed2c892b41d73c956597c161bc13b3d94ea29e76 /meta-oe/recipes-support/libp11 | |
parent | 186fc50c7a6915a718d6acadf1c1e4c8d81edd89 (diff) | |
download | meta-openembedded-9b2cb2ffe4290923ec1ffcc9f2aade24463b7732.tar.gz |
libp11: 0.2.8 -> 0.3.0
Upgrade libp11 from 0.2.8 to 0.3.0.
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libp11')
-rw-r--r-- | meta-oe/recipes-support/libp11/libp11_0.3.0.bb (renamed from meta-oe/recipes-support/libp11/libp11_0.2.8.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libp11/libp11_0.2.8.bb b/meta-oe/recipes-support/libp11/libp11_0.3.0.bb index 5801484c2b..d97bfc6898 100644 --- a/meta-oe/recipes-support/libp11/libp11_0.2.8.bb +++ b/meta-oe/recipes-support/libp11/libp11_0.3.0.bb | |||
@@ -8,8 +8,8 @@ LICENSE = "LGPLv2+" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" |
9 | DEPENDS = "libtool openssl" | 9 | DEPENDS = "libtool openssl" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/OpenSC/libp11.git" | 11 | SRC_URI = "git://github.com/OpenSC/libp11.git;protocol=http" |
12 | SRCREV = "7d56d89fcad6440d108bbbccfb1ebd958e7eb740" | 12 | SRCREV = "6f71240991aa831f6fc2cc5431faf6ebec627ed2" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||