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.8j.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.8j.bb')
-rw-r--r-- | recipes/openssl/openssl-native_0.9.8j.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes/openssl/openssl-native_0.9.8j.bb b/recipes/openssl/openssl-native_0.9.8j.bb deleted file mode 100644 index eba3ba9903..0000000000 --- a/recipes/openssl/openssl-native_0.9.8j.bb +++ /dev/null @@ -1,22 +0,0 @@ -inherit pkgconfig native - -require openssl.inc - -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() { - : -} - |