summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2020-02-27 17:41:05 -0300
committerKhem Raj <raj.khem@gmail.com>2020-02-27 12:50:23 -0800
commitb09d0bd4d7571bb72d512c1d4d583a414bd02248 (patch)
tree02530e9864b2bc3a907e367346153ccb9d2435f7
parent31557db9bb8c711c3850d32a4f8964d501470e22 (diff)
downloadmeta-openembedded-b09d0bd4d7571bb72d512c1d4d583a414bd02248.tar.gz
libp11: revert version back to the 0.4.10 release
The latest upstream release is still 0.4.10 (2019-04-03), as available at https://github.com/OpenSC/libp11/releases. This reverts commit 4990f80ddbc984f2bed4e07005d22f937988827e as it was incorrect, since there is no 11 release, and SRCREV used was actually from the 0.4.9 release. Signed-off-by: Ricardo Salveti <ricardo@foundries.io> 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_11.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libp11/libp11_11.bb b/meta-oe/recipes-support/libp11/libp11_0.4.10.bb
index 5a0951df2..655db4907 100644
--- a/meta-oe/recipes-support/libp11/libp11_11.bb
+++ b/meta-oe/recipes-support/libp11/libp11_0.4.10.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
10DEPENDS = "libtool openssl" 10DEPENDS = "libtool openssl"
11 11
12SRC_URI = "git://github.com/OpenSC/libp11.git" 12SRC_URI = "git://github.com/OpenSC/libp11.git"
13SRCREV = "e1210903291b1de9eabcad26e740a4b2fbcca692" 13SRCREV = "973d31f3f58d5549ddd8b1f822ce8f72186f9d68"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16