diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-09-14 15:26:44 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:37:20 +0200 |
commit | ad2932486ddf37b28fade4f4fd12c0c3fdb6df7a (patch) | |
tree | 1551ed6aa3f5066e77d178fe2e84a873fbbd95d4 | |
parent | 7e13bb138c5e9b66b77bf942c2add861356ffb66 (diff) | |
download | meta-openembedded-ad2932486ddf37b28fade4f4fd12c0c3fdb6df7a.tar.gz |
p11-kit: remove the recipe due to its move to oe-core
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb b/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb deleted file mode 100644 index e0ebe7da9..000000000 --- a/meta-oe/recipes-support/p11-kit/p11-kit_0.19.1.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | SUMMARY = "Provides a way to load and enumerate PKCS#11 modules" | ||
2 | LICENSE = "BSD" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=02933887f609807fbb57aa4237d14a50" | ||
4 | |||
5 | inherit autotools gettext pkgconfig | ||
6 | |||
7 | DEPENDS = "libtasn1 libffi" | ||
8 | |||
9 | SRC_URI = "http://p11-glue.freedesktop.org/releases/${BP}.tar.gz" | ||
10 | SRC_URI[md5sum] = "d96046ab6ac00d005342caf416ed76ab" | ||
11 | SRC_URI[sha256sum] = "94fbed372c11d0a404762aad966e54eb4f44c1d5b871a1b79a1a3b4cf36ed256" | ||
12 | |||
13 | FILES_${PN}-dev += " \ | ||
14 | ${libdir}/p11-kit-proxy.so \ | ||
15 | ${libdir}/pkcs11/p11-kit-trust.so \ | ||
16 | " | ||
17 | FILES_${PN}-dev += "${libdir}/pkcs11/*.la" | ||
18 | FILES_${PN}-dbg += "${libdir}/pkcs11/.debug" | ||