diff options
| -rw-r--r-- | meta-oe/recipes-support/libp11/libp11_0.4.10.bb (renamed from meta-oe/recipes-support/libp11/libp11_0.4.7.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.7.bb b/meta-oe/recipes-support/libp11/libp11_0.4.10.bb index 87d99c1a68..c72df6d5e3 100644 --- a/meta-oe/recipes-support/libp11/libp11_0.4.7.bb +++ b/meta-oe/recipes-support/libp11/libp11_0.4.10.bb | |||
| @@ -2,14 +2,15 @@ SUMMARY = "Library for using PKCS" | |||
| 2 | DESCRIPTION = "\ | 2 | DESCRIPTION = "\ |
| 3 | Libp11 is a library implementing a small layer on top of PKCS \ | 3 | Libp11 is a library implementing a small layer on top of PKCS \ |
| 4 | make using PKCS" | 4 | make using PKCS" |
| 5 | HOMEPAGE = "http://www.opensc-project.org/libp11" | 5 | HOMEPAGE = "https://github.com/OpenSC/libp11" |
| 6 | BUGTRACKER = "https://github.com/OpenSC/libp11/issues" | ||
| 6 | SECTION = "Development/Libraries" | 7 | SECTION = "Development/Libraries" |
| 7 | LICENSE = "LGPLv2+" | 8 | LICENSE = "LGPLv2+" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" |
| 9 | DEPENDS = "libtool openssl" | 10 | DEPENDS = "libtool openssl" |
| 10 | 11 | ||
| 11 | SRC_URI = "git://github.com/OpenSC/libp11.git" | 12 | SRC_URI = "git://github.com/OpenSC/libp11.git" |
| 12 | SRCREV = "64569a391897bd29c5060b19fa4613e619e59277" | 13 | SRCREV = "973d31f3f58d5549ddd8b1f822ce8f72186f9d68" |
| 13 | 14 | ||
| 14 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 15 | 16 | ||
