summaryrefslogtreecommitdiffstats
path: root/recipes/openssl/openssl-native_0.9.8m.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/openssl/openssl-native_0.9.8m.bb')
-rw-r--r--recipes/openssl/openssl-native_0.9.8m.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/recipes/openssl/openssl-native_0.9.8m.bb b/recipes/openssl/openssl-native_0.9.8m.bb
deleted file mode 100644
index 1b82645b78..0000000000
--- a/recipes/openssl/openssl-native_0.9.8m.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-require openssl.inc
-
-inherit pkgconfig native
-
-SRC_URI[src.md5sum] = "898bf125370926d5f692a2201124f8ec"
-SRC_URI[src.sha256sum] = "36037160281cf4977d964e403d2bc0680fbca0a7ff9f65e33136d75fae12cb5b"
-PR = "${INC_PR}.2"
-
-# 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"
-
-PARALLEL_MAKE = ""
-
-CFLAG += " -Wa,--noexecstack "
-
-NATIVE_INSTALL_WORKS = "1"