aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openssl/openssl-native_1.0.0d.bb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-17 11:47:07 -0700
committerTom Rini <tom_rini@mentor.com>2011-02-17 11:48:13 -0700
commitba84fd99c20d72f27e2f7823fea67a6b3905d5da (patch)
treea4382ccbbe65196982adf7e4fc4f0bd4b9d5bc66 /recipes/openssl/openssl-native_1.0.0d.bb
parenta2c3af2d608b1b713018d688b00e03873a538993 (diff)
downloadopenembedded-ba84fd99c20d72f27e2f7823fea67a6b3905d5da.tar.gz
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 <tom_rini@mentor.com>
Diffstat (limited to 'recipes/openssl/openssl-native_1.0.0d.bb')
-rw-r--r--recipes/openssl/openssl-native_1.0.0d.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/openssl/openssl-native_1.0.0d.bb b/recipes/openssl/openssl-native_1.0.0d.bb
new file mode 100644
index 0000000000..bbee5f98a6
--- /dev/null
+++ b/recipes/openssl/openssl-native_1.0.0d.bb
@@ -0,0 +1,27 @@
+require openssl.inc
+
+inherit pkgconfig native
+
+SRC_URI[src.md5sum] = "40b6ea380cc8a5bf9734c2f8bf7e701e"
+SRC_URI[src.sha256sum] = "92511d1f0caaa298dba250426f8e7d5d00b271847886d1adc62422778d6320db"
+PR = "${INC_PR}.0"
+
+DEFAULT_PREFERENCE = "-1"
+
+export DIRS = "crypto ssl apps engines"
+
+# This flag can contain target options (e.g -mfpu=neon for armv7-a systems)
+export FULL_OPTIMIZATION = " "
+export BUILD_OPTIMIZATION = " "
+
+SRC_URI += "file://configure-targets.patch \
+ file://shared-libs.patch \
+ file://debian.patch \
+ file://libdeps-first.patch \
+ "
+
+PARALLEL_MAKE = ""
+
+CFLAG += " -Wa,--noexecstack "
+
+NATIVE_INSTALL_WORKS = "1"