From c2265d0cd59b24d7a364ab7ffc7d6a9755cd83d2 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 28 Nov 2011 14:18:37 -0800 Subject: openssl: Add openssl 1.0 * Thanks to meta-oe for this contribution * Add Patch Upstream-Status info * Merged the meta-oe version of openssl-1.0.inc with openssl.inc * Fix make install parallel issue with PARALLEL_MAKEINST = "" (From OE-Core rev: ee3ed78af2303ad41993ed34fa7825a74de288c7) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- .../recipes-connectivity/openssl/openssl_1.0.0e.bb | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 meta/recipes-connectivity/openssl/openssl_1.0.0e.bb (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.0e.bb') diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.0e.bb b/meta/recipes-connectivity/openssl/openssl_1.0.0e.bb new file mode 100644 index 0000000000..38f38e3477 --- /dev/null +++ b/meta/recipes-connectivity/openssl/openssl_1.0.0e.bb @@ -0,0 +1,45 @@ +require openssl.inc + +# For target side versions of openssl enable support for OCF Linux driver +# if they are available. +DEPENDS += "ocf-linux" + +CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS" + +PR = "${INC_PR}.0" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" + +export DIRS = "crypto ssl apps engines" +export OE_LDFLAGS="${LDFLAGS}" + +SRC_URI += "file://configure-targets.patch \ + file://shared-libs.patch \ + file://oe-ldflags.patch \ + file://engines-install-in-libdir-ssl.patch \ + file://openssl-fix-link.patch \ + file://debian/version-script.patch \ + file://debian/pic.patch \ + file://debian/c_rehash-compat.patch \ + file://debian/ca.patch \ + file://debian/make-targets.patch \ + file://debian/no-rpath.patch \ + file://debian/man-dir.patch \ + file://debian/man-section.patch \ + file://debian/pkg-config.patch \ + file://debian/no-symbolic.patch \ + file://debian/debian-targets.patch \ + " + +SRC_URI[md5sum] = "7040b89c4c58c7a1016c0dfa6e821c86" +SRC_URI[sha256sum] = "e361dc2775733fb84de7b5bf7b504778b772869e8f7bfac0b28b935cbf7380f7" + +PACKAGES =+ " \ + ${PN}-engines \ + ${PN}-engines-dbg \ + " + +FILES_${PN}-engines = "${libdir}/ssl/engines/*.so" +FILES_${PN}-engines-dbg = "${libdir}/ssl/engines/.debug" + +PARALLEL_MAKEINST = "" -- cgit v1.2.3-54-g00ecf