diff options
-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 | ||