aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openssl/openssl-native_1.0.0d.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-06-13 02:09:12 +0000
committerTom Rini <trini@ti.com>2012-06-19 07:52:11 -0700
commiteaa3de818e2adc805b790110aa32601fcf963eaa (patch)
treeb75df964d92f8bc9b06fe7bf8cc7be0c28166b22 /recipes/openssl/openssl-native_1.0.0d.bb
parent75c7b2fa3937d261988837a8844fb4c417b00aca (diff)
downloadopenembedded-eaa3de818e2adc805b790110aa32601fcf963eaa.tar.gz
openssl-1.x.x: Backport patches from OE-Core
These patches are needed for getting 2011.03 branch building on ubuntu 12.04 LTS Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'recipes/openssl/openssl-native_1.0.0d.bb')
-rw-r--r--recipes/openssl/openssl-native_1.0.0d.bb19
1 files changed, 15 insertions, 4 deletions
diff --git a/recipes/openssl/openssl-native_1.0.0d.bb b/recipes/openssl/openssl-native_1.0.0d.bb
index bbee5f98a6..57b83fbf87 100644
--- a/recipes/openssl/openssl-native_1.0.0d.bb
+++ b/recipes/openssl/openssl-native_1.0.0d.bb
@@ -4,7 +4,7 @@ inherit pkgconfig native
SRC_URI[src.md5sum] = "40b6ea380cc8a5bf9734c2f8bf7e701e"
SRC_URI[src.sha256sum] = "92511d1f0caaa298dba250426f8e7d5d00b271847886d1adc62422778d6320db"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
DEFAULT_PREFERENCE = "-1"
@@ -16,9 +16,20 @@ export BUILD_OPTIMIZATION = " "
SRC_URI += "file://configure-targets.patch \
file://shared-libs.patch \
- file://debian.patch \
- file://libdeps-first.patch \
- "
+ file://oe-ldflags.patch \
+ file://engines-install-in-libdir-ssl.patch \
+ file://openssl-fix-link.patch \
+ file://debian/version-script.patch \
+ file://debian/pic.patch \
+ file://debian/c_rehash-compat.patch \
+ file://debian/ca.patch \
+ file://debian/make-targets.patch \
+ file://debian/no-rpath.patch \
+ file://debian/man-dir.patch \
+ file://debian/man-section.patch \
+ file://debian/no-symbolic.patch \
+ file://debian/debian-targets.patch \
+ "
PARALLEL_MAKE = ""