diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-09 20:40:48 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-09 23:21:25 +0800 |
commit | c495ba7d82add2fb927e8206910965740d752a33 (patch) | |
tree | f46c7a5acfb6b820c09b5819f52c151c1aa6a884 /recipes/openssl/openssl-native_0.9.8m.bb | |
parent | 64a935572158eb17a44585f24d393add83b0dbcb (diff) |
opensll: Upgrade to version 0.9.8m
* Upgrade both openssl and openssl-native to 0.9.8m
* Upgrade the Makefile and Config changes
* Switch to checksums inside the recipe
Diffstat (limited to 'recipes/openssl/openssl-native_0.9.8m.bb')
-rw-r--r-- | recipes/openssl/openssl-native_0.9.8m.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/openssl/openssl-native_0.9.8m.bb b/recipes/openssl/openssl-native_0.9.8m.bb new file mode 100644 index 0000000000..b17bb553b4 --- /dev/null +++ b/recipes/openssl/openssl-native_0.9.8m.bb @@ -0,0 +1,24 @@ +inherit pkgconfig native + +require openssl.inc + +SRC_URI[src.md5sum] = "898bf125370926d5f692a2201124f8ec" +SRC_URI[src.sha256sum] = "36037160281cf4977d964e403d2bc0680fbca0a7ff9f65e33136d75fae12cb5b" +PR = "${INC_PR}.1" + +# This flag can contain target options (e.g -mfpu=neon for armv7-a systems) +export FULL_OPTIMIZATION = " " +export BUILD_OPTIMIZATION = " " + +SRC_URI += "file://configure-targets.patch;patch=1 \ + file://shared-libs.patch;patch=1 \ + file://debian.patch;patch=1" + +PARALLEL_MAKE = "" + +CFLAG += " -Wa,--noexecstack " + +do_install() { + : +} + |