summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-09-14 14:28:57 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2018-09-21 14:01:10 +0200
commit99a53ec5c0f2c5a021215727a0220da9abb5a668 (patch)
tree8357394eaa6bae29994db6785a622e8ec675656f
parent8a62b2d42405601e47bf5667953d5d140da2f6b5 (diff)
downloadmeta-updater-99a53ec5c0f2c5a021215727a0220da9abb5a668.tar.gz
libp11: Bump to release 0.4.9.
-rw-r--r--recipes-support/libp11/libp11_0.4.9.bb (renamed from recipes-support/libp11/libp11_0.4.7.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/libp11/libp11_0.4.7.bb b/recipes-support/libp11/libp11_0.4.9.bb
index 00074e5..6d0165f 100644
--- a/recipes-support/libp11/libp11_0.4.7.bb
+++ b/recipes-support/libp11/libp11_0.4.9.bb
@@ -11,7 +11,7 @@ RDEPENDS_${PN} += " opensc"
11 11
12SRC_URI = "git://github.com/OpenSC/libp11.git \ 12SRC_URI = "git://github.com/OpenSC/libp11.git \
13 file://0001-Workaround-for-a-buggy-version-of-openssl-1.0.2m.patch" 13 file://0001-Workaround-for-a-buggy-version-of-openssl-1.0.2m.patch"
14SRCREV = "da725ab727342083478150a203a3c80c4551feb4" 14SRCREV = "e1210903291b1de9eabcad26e740a4b2fbcca692"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17