summaryrefslogtreecommitdiffstats
path: root/meta/packages/openssl/openssl_0.9.8g.bb
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-05-07 00:41:15 +0100
committerJoshua Lock <josh@linux.intel.com>2010-05-07 00:45:38 +0100
commitc89362c767ba3255358f5bf5630bdef8cb3d107d (patch)
treec554d77ccd3d59af06b471abb02a8c3f00e2f51c /meta/packages/openssl/openssl_0.9.8g.bb
parent229c80ad19cd693e71b5d9dfa0438fff85b04039 (diff)
downloadpoky-c89362c767ba3255358f5bf5630bdef8cb3d107d.tar.gz
openssl: Fix build of openssl-native on x86_64 with recent binutils
Apply a patch from upstream that fixes the build, patch should be able to be dropped when we update openssl version. Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/openssl/openssl_0.9.8g.bb')
-rw-r--r--meta/packages/openssl/openssl_0.9.8g.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/openssl/openssl_0.9.8g.bb b/meta/packages/openssl/openssl_0.9.8g.bb
index 9abbbdce05..01fa6c9d26 100644
--- a/meta/packages/openssl/openssl_0.9.8g.bb
+++ b/meta/packages/openssl/openssl_0.9.8g.bb
@@ -1,9 +1,10 @@
1require openssl.inc 1require openssl.inc
2 2
3PR = "r10" 3PR = "r11"
4 4
5SRC_URI += "file://debian.patch;patch=1 \ 5SRC_URI += "file://debian.patch;patch=1 \
6 file://configure-targets.patch;patch=1 \ 6 file://configure-targets.patch;patch=1 \
7 file://fix-md5-x86_64.patch;patch=1 \
7 file://shared-libs.patch;patch=1" 8 file://shared-libs.patch;patch=1"
8 9
9BBCLASSEXTEND = "native" 10BBCLASSEXTEND = "native"