diff options
-rw-r--r-- | meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.25.1.bb (renamed from meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.11.bb) | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.11.bb b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.25.1.bb index db71bd03b7..271f2eaa3c 100644 --- a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.11.bb +++ b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.25.1.bb | |||
@@ -11,16 +11,15 @@ SECTION = "Development/Libraries" | |||
11 | 11 | ||
12 | LICENSE = "GPLv2 & BSD" | 12 | LICENSE = "GPLv2 & BSD" |
13 | LIC_FILES_CHKSUM = " \ | 13 | LIC_FILES_CHKSUM = " \ |
14 | file://COPYING;md5=4948810631bcac142af53d32df5b6ee1 \ | 14 | file://COPYING;md5=30f10d22cfb1ba98ccd714a41ad3311a \ |
15 | file://COPYING.GPL;md5=8a71d0475d08eee76d8b6d0c6dbec543 \ | 15 | file://COPYING.GPL;md5=8a71d0475d08eee76d8b6d0c6dbec543 \ |
16 | file://COPYING.BSD;md5=f79f90ea7a106796af80b5d05f1f8da1 \ | 16 | file://COPYING.BSD;md5=66b7a37c3c10483c1fd86007726104d7 \ |
17 | " | 17 | " |
18 | SRC_URI = "git://github.com/OpenSC/${BPN}.git" | 18 | SRC_URI = "git://github.com/OpenSC/${BPN}.git" |
19 | SRC_URI[md5sum] = "9f62af9f475901b89355266141306673" | ||
20 | SRC_URI[sha256sum] = "494ec59c93e7c56c528f335d9353849e2e7c94a6b1b41c89604694e738113386" | ||
21 | 19 | ||
22 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
23 | SRCREV = "e7adf8f35be232a4f04c53b4ac409be52792093e" | 21 | # v1.25.1 |
22 | SRCREV = "2713cb09dcd90104cb7bceb5f14cd6f90834f7b1" | ||
24 | 23 | ||
25 | DEPENDS = "zlib nettle gnutls gmp openssl nss nspr" | 24 | DEPENDS = "zlib nettle gnutls gmp openssl nss nspr" |
26 | 25 | ||