From ba84fd99c20d72f27e2f7823fea67a6b3905d5da Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 17 Feb 2011 11:47:07 -0700 Subject: openssl: Update from 1.0.0c to 1.0.0d Security fixes only so just bumping everyone that pinned up. Signed-off-by: Tom Rini --- recipes/openssl/openssl_1.0.0d.bb | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 recipes/openssl/openssl_1.0.0d.bb (limited to 'recipes/openssl/openssl_1.0.0d.bb') diff --git a/recipes/openssl/openssl_1.0.0d.bb b/recipes/openssl/openssl_1.0.0d.bb new file mode 100644 index 0000000000..1a60e997a8 --- /dev/null +++ b/recipes/openssl/openssl_1.0.0d.bb @@ -0,0 +1,36 @@ +inherit pkgconfig + +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" + +SRC_URI[src.md5sum] = "40b6ea380cc8a5bf9734c2f8bf7e701e" +SRC_URI[src.sha256sum] = "92511d1f0caaa298dba250426f8e7d5d00b271847886d1adc62422778d6320db" + +PR = "${INC_PR}.0" + +DEFAULT_PREFERENCE = "-1" + +export DIRS = "crypto ssl apps engines" +export OE_LDFLAGS="${LDFLAGS}" + +SRC_URI += "file://configure-targets.patch \ + file://shared-libs.patch \ + file://debian.patch \ + file://oe-ldflags.patch \ + file://libdeps-first.patch \ + file://engines-install-in-libdir-ssl.patch \ + " + +PARALLEL_MAKE = "" + +PACKAGES += " \ + ${PN}-engines \ + ${PN}-engines-dbg \ + " + +FILES_${PN}-engines = "${libdir}/ssl/engines/*.so" +FILES_${PN}-engines-dbg = "${libdir}/ssl/engines/.debug" -- cgit 1.2.3-korg