diff options
Diffstat (limited to 'recipes-connectivity/openssl/openssl_1.0.0a.bb')
-rw-r--r-- | recipes-connectivity/openssl/openssl_1.0.0a.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes-connectivity/openssl/openssl_1.0.0a.bb b/recipes-connectivity/openssl/openssl_1.0.0a.bb new file mode 100644 index 0000000000..cc3a8ab31c --- /dev/null +++ b/recipes-connectivity/openssl/openssl_1.0.0a.bb | |||
@@ -0,0 +1,31 @@ | |||
1 | inherit pkgconfig | ||
2 | |||
3 | require openssl.inc | ||
4 | SRC_URI[src.md5sum] = "e3873edfffc783624cfbdb65e2249cbd" | ||
5 | SRC_URI[src.sha256sum] = "18a9bd1fc02b8ef90dded34fafaa9089baaafef278a19fc4e89c2ab0dcf70f63" | ||
6 | |||
7 | PR = "${INC_PR}.1" | ||
8 | |||
9 | DEFAULT_PREFERENCE = "-1" | ||
10 | |||
11 | export DIRS = "crypto ssl apps engines" | ||
12 | export OE_LDFLAGS="${LDFLAGS}" | ||
13 | |||
14 | SRC_URI += "file://configure-targets.patch \ | ||
15 | file://shared-libs.patch \ | ||
16 | file://debian.patch \ | ||
17 | file://oe-ldflags.patch \ | ||
18 | file://libdeps-first.patch \ | ||
19 | file://engines-install-in-libdir-ssl.patch \ | ||
20 | file://openssl-fix-ssl3_get_key_exchange-double-free.patch \ | ||
21 | " | ||
22 | |||
23 | PARALLEL_MAKE = "" | ||
24 | |||
25 | PACKAGES += " \ | ||
26 | ${PN}-engines \ | ||
27 | ${PN}-engines-dbg \ | ||
28 | " | ||
29 | |||
30 | FILES_${PN}-engines = "${libdir}/ssl/engines/*.so" | ||
31 | FILES_${PN}-engines-dbg = "${libdir}/ssl/engines/.debug" | ||