diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-05-07 00:41:15 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-05-07 00:45:38 +0100 |
commit | c89362c767ba3255358f5bf5630bdef8cb3d107d (patch) | |
tree | c554d77ccd3d59af06b471abb02a8c3f00e2f51c /meta/packages/openssl/openssl_0.9.8g.bb | |
parent | 229c80ad19cd693e71b5d9dfa0438fff85b04039 (diff) | |
download | poky-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.bb | 3 |
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 @@ | |||
1 | require openssl.inc | 1 | require openssl.inc |
2 | 2 | ||
3 | PR = "r10" | 3 | PR = "r11" |
4 | 4 | ||
5 | SRC_URI += "file://debian.patch;patch=1 \ | 5 | SRC_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 | ||
9 | BBCLASSEXTEND = "native" | 10 | BBCLASSEXTEND = "native" |