summaryrefslogtreecommitdiffstats
path: root/recipes/openssl/openssl_0.9.8m.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-16 11:28:08 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-16 11:28:08 +0200
commitf4483f87cc205f582f90ab794ee979ce3648403e (patch)
treea33d03df8b1e0eb3d770528a2bf6b1d16d226efc /recipes/openssl/openssl_0.9.8m.bb
parent59d950ada0abc49c51ea266aac2d195112cefbcd (diff)
downloadopenembedded-f4483f87cc205f582f90ab794ee979ce3648403e.tar.gz
Revert "openssl: removed old 0.9.8 versions; these have security vulnerabilities"
This reverts commit a0a7a2710d0ea14ac41015e9b8f99fc8b4c687b3. Missed the DEFAULT_PREFERENCE = "-1" on the 1.0 recipe.
Diffstat (limited to 'recipes/openssl/openssl_0.9.8m.bb')
-rw-r--r--recipes/openssl/openssl_0.9.8m.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/openssl/openssl_0.9.8m.bb b/recipes/openssl/openssl_0.9.8m.bb
new file mode 100644
index 0000000000..a7eb332857
--- /dev/null
+++ b/recipes/openssl/openssl_0.9.8m.bb
@@ -0,0 +1,16 @@
+inherit pkgconfig
+
+require openssl.inc
+SRC_URI[src.md5sum] = "898bf125370926d5f692a2201124f8ec"
+SRC_URI[src.sha256sum] = "36037160281cf4977d964e403d2bc0680fbca0a7ff9f65e33136d75fae12cb5b"
+
+PR = "${INC_PR}.0"
+
+export OE_LDFLAGS="${LDFLAGS}"
+
+SRC_URI += "file://configure-targets.patch \
+ file://shared-libs.patch \
+ file://debian.patch \
+ file://oe-ldflags.patch"
+
+PARALLEL_MAKE = ""