summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl_1.0.0e.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-12-02 12:20:01 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-05 22:47:06 +0000
commit51bfed2e26fc13a66e8b5710aa2ce1d7a04af721 (patch)
tree367b464b50cb25036b39e59891eda6be6467a83e /meta/recipes-connectivity/openssl/openssl_1.0.0e.bb
parent4eaa9ffa3f934615dc18580640c74b3e51f93e17 (diff)
downloadpoky-51bfed2e26fc13a66e8b5710aa2ce1d7a04af721.tar.gz
openssl-1.0.0e: fix to wotk with x32 toolchain
Add BN_ADDR for address type instead of using BN_ULONG or unsigned long: 1. For W64, address type is unsigned long long, not unsigned long. 2. For x32, address type is unsigned long , not BN_ULONG. Added a new targetlinux-x32 in the config file The do_install() code to move lib/* to lib64 is not needed now with the enhanced multilib support. Make the x86-64 assembly syntax compatible with x32 compiler. (From OE-Core rev: 340c14ac49afa1559c12f8848bef9b6ecf24ef35) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: H.J. Lu <hjl.tools@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.0e.bb')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.0.0e.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.0e.bb b/meta/recipes-connectivity/openssl/openssl_1.0.0e.bb
index 38f38e3477..e29740b14e 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.0.0e.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.0.0e.bb
@@ -6,7 +6,7 @@ DEPENDS += "ocf-linux"
6 6
7CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS" 7CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS"
8 8
9PR = "${INC_PR}.0" 9PR = "${INC_PR}.2"
10 10
11LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" 11LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8"
12 12
@@ -29,6 +29,7 @@ SRC_URI += "file://configure-targets.patch \
29 file://debian/pkg-config.patch \ 29 file://debian/pkg-config.patch \
30 file://debian/no-symbolic.patch \ 30 file://debian/no-symbolic.patch \
31 file://debian/debian-targets.patch \ 31 file://debian/debian-targets.patch \
32 file://openssl_fix_for_x32.patch \
32 " 33 "
33 34
34SRC_URI[md5sum] = "7040b89c4c58c7a1016c0dfa6e821c86" 35SRC_URI[md5sum] = "7040b89c4c58c7a1016c0dfa6e821c86"