aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openssl/openssl-native_0.9.8g.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/openssl/openssl-native_0.9.8g.bb')
-rw-r--r--recipes/openssl/openssl-native_0.9.8g.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/openssl/openssl-native_0.9.8g.bb b/recipes/openssl/openssl-native_0.9.8g.bb
new file mode 100644
index 0000000000..bef8dfb563
--- /dev/null
+++ b/recipes/openssl/openssl-native_0.9.8g.bb
@@ -0,0 +1,24 @@
+inherit pkgconfig native
+
+require openssl.inc
+
+PR = "${INC_PR}.0"
+
+# This flag can contain target options (e.g -mfpu=neon for armv7-a systems)
+export FULL_OPTIMIZATION = " "
+export BUILD_OPTIMIZATION = " "
+
+SRC_URI += "file://debian.patch \
+ file://configure-targets.patch \
+ file://shared-libs.patch"
+
+PARALLEL_MAKE = ""
+
+do_install() {
+ :
+}
+
+PACKAGES = ""
+
+SRC_URI[src.md5sum] = "acf70a16359bf3658bdfb74bda1c4419"
+SRC_URI[src.sha256sum] = "0e26886845de95716c9f1b9b75c0e06e9d4075d2bdc9e11504eaa5f7ee901cf0"