diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-07 12:08:20 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-07 12:08:20 +0100 |
commit | fb874704c38c98bbcc2787aa41a2ee46f2a0b465 (patch) | |
tree | 4c43b7ecaff6e97c256a2183b64fa47e993dc187 /recipes-connectivity/openssl/openssl-native_1.0.0c.bb | |
parent | ee3afcda723f16630bbe4b2f4c5c0d93c587dd88 (diff) | |
download | meta-openembedded-fb874704c38c98bbcc2787aa41a2ee46f2a0b465.tar.gz |
openssl: import 1.0.0c from OE, drop 1.0.0a
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-connectivity/openssl/openssl-native_1.0.0c.bb')
-rw-r--r-- | recipes-connectivity/openssl/openssl-native_1.0.0c.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-connectivity/openssl/openssl-native_1.0.0c.bb b/recipes-connectivity/openssl/openssl-native_1.0.0c.bb new file mode 100644 index 0000000000..8483293b9d --- /dev/null +++ b/recipes-connectivity/openssl/openssl-native_1.0.0c.bb | |||
@@ -0,0 +1,27 @@ | |||
1 | require openssl.inc | ||
2 | |||
3 | inherit pkgconfig native | ||
4 | |||
5 | SRC_URI[src.md5sum] = "ff8fb85610aef328315a9decbb2712e4" | ||
6 | SRC_URI[src.sha256sum] = "f731b36de3edaa361179ae6f449668b248a360e34e31e92902d976e9b9d604eb" | ||
7 | PR = "${INC_PR}.0" | ||
8 | |||
9 | DEFAULT_PREFERENCE = "-1" | ||
10 | |||
11 | export DIRS = "crypto ssl apps engines" | ||
12 | |||
13 | # This flag can contain target options (e.g -mfpu=neon for armv7-a systems) | ||
14 | export FULL_OPTIMIZATION = " " | ||
15 | export BUILD_OPTIMIZATION = " " | ||
16 | |||
17 | SRC_URI += "file://configure-targets.patch \ | ||
18 | file://shared-libs.patch \ | ||
19 | file://debian.patch \ | ||
20 | file://libdeps-first.patch \ | ||
21 | " | ||
22 | |||
23 | PARALLEL_MAKE = "" | ||
24 | |||
25 | CFLAG += " -Wa,--noexecstack " | ||
26 | |||
27 | NATIVE_INSTALL_WORKS = "1" | ||