summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-12-01 17:13:02 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-01 18:23:09 +0100
commit2ca5ccf98de97d851e9b99d27723d2d737f37ae7 (patch)
tree0fe30020d0a22dd468229e186deb893a98b2a34e /meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb
parentf38500e042fd635569abf604b919e0c95b874245 (diff)
downloadmeta-openembedded-2ca5ccf98de97d851e9b99d27723d2d737f37ae7.tar.gz
openssl: remove in favor of oe-core
OE-Core now supports 1.0.0e, so we can remove this version Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb')
-rw-r--r--meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb43
1 files changed, 0 insertions, 43 deletions
diff --git a/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb b/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb
deleted file mode 100644
index ea129747d..000000000
--- a/meta-oe/recipes-connectivity/openssl/openssl_1.0.0e.bb
+++ /dev/null
@@ -1,43 +0,0 @@
1require openssl.inc
2
3# For target side versions of openssl enable support for OCF Linux driver
4# if they are available.
5DEPENDS += "ocf-linux"
6
7CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS"
8
9PR = "${INC_PR}.4"
10
11LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
12
13export DIRS = "crypto ssl apps engines"
14export OE_LDFLAGS="${LDFLAGS}"
15
16SRC_URI += "file://configure-targets.patch \
17 file://shared-libs.patch \
18 file://oe-ldflags.patch \
19 file://engines-install-in-libdir-ssl.patch \
20 file://openssl-fix-link.patch \
21 file://debian/version-script.patch \
22 file://debian/pic.patch \
23 file://debian/c_rehash-compat.patch \
24 file://debian/ca.patch \
25 file://debian/make-targets.patch \
26 file://debian/no-rpath.patch \
27 file://debian/man-dir.patch \
28 file://debian/man-section.patch \
29 file://debian/pkg-config.patch \
30 file://debian/no-symbolic.patch \
31 file://debian/debian-targets.patch \
32 "
33
34SRC_URI[src.md5sum] = "7040b89c4c58c7a1016c0dfa6e821c86"
35SRC_URI[src.sha256sum] = "e361dc2775733fb84de7b5bf7b504778b772869e8f7bfac0b28b935cbf7380f7"
36
37PACKAGES += " \
38 ${PN}-engines \
39 ${PN}-engines-dbg \
40 "
41
42FILES_${PN}-engines = "${libdir}/ssl/engines/*.so"
43FILES_${PN}-engines-dbg = "${libdir}/ssl/engines/.debug"