diff options
author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-10-23 13:59:35 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-10-23 10:20:24 -0700 |
commit | 1aedc046e1effd10b5333c38470ca13b38412740 (patch) | |
tree | 46b8fa889468a3fe7de1fb689a1980311ec67dd9 | |
parent | ab1d310f58cd6870976e1bf71951495ec444a7c6 (diff) | |
download | meta-openembedded-1aedc046e1effd10b5333c38470ca13b38412740.tar.gz |
libp11: upgrade 0.4.10 -> 0.4.11
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libp11/libp11_0.4.11.bb (renamed from meta-oe/recipes-support/libp11/libp11_0.4.10.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.10.bb b/meta-oe/recipes-support/libp11/libp11_0.4.11.bb index 7fe0640d9..1c5cc52bf 100644 --- a/meta-oe/recipes-support/libp11/libp11_0.4.10.bb +++ b/meta-oe/recipes-support/libp11/libp11_0.4.11.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" | |||
10 | DEPENDS = "libtool openssl" | 10 | DEPENDS = "libtool openssl" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/OpenSC/libp11.git" | 12 | SRC_URI = "git://github.com/OpenSC/libp11.git" |
13 | SRCREV = "973d31f3f58d5549ddd8b1f822ce8f72186f9d68" | 13 | SRCREV = "9ca6a71c890b5583c8af3b4900172626bca55e72" |
14 | 14 | ||
15 | UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)" | 15 | UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)" |
16 | 16 | ||