diff options
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.2c.bb')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.0.2c.bb | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2c.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2c.bb new file mode 100644 index 0000000000..74319ff5b1 --- /dev/null +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2c.bb | |||
@@ -0,0 +1,57 @@ | |||
1 | require openssl.inc | ||
2 | |||
3 | # For target side versions of openssl enable support for OCF Linux driver | ||
4 | # if they are available. | ||
5 | DEPENDS += "cryptodev-linux" | ||
6 | |||
7 | CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS" | ||
8 | |||
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" | ||
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://oe-ldflags.patch \ | ||
17 | file://engines-install-in-libdir-ssl.patch \ | ||
18 | file://openssl-fix-link.patch \ | ||
19 | file://debian1.0.2/block_diginotar.patch \ | ||
20 | file://debian1.0.2/block_digicert_malaysia.patch \ | ||
21 | file://debian/ca.patch \ | ||
22 | file://debian/c_rehash-compat.patch \ | ||
23 | file://debian/debian-targets.patch \ | ||
24 | file://debian/man-dir.patch \ | ||
25 | file://debian/man-section.patch \ | ||
26 | file://debian/no-rpath.patch \ | ||
27 | file://debian/no-symbolic.patch \ | ||
28 | file://debian/pic.patch \ | ||
29 | file://debian/version-script.patch \ | ||
30 | file://openssl_fix_for_x32.patch \ | ||
31 | file://fix-cipher-des-ede3-cfb1.patch \ | ||
32 | file://openssl-avoid-NULL-pointer-dereference-in-EVP_DigestInit_ex.patch \ | ||
33 | file://find.pl \ | ||
34 | file://openssl-fix-des.pod-error.patch \ | ||
35 | file://Makefiles-ptest.patch \ | ||
36 | file://ptest-deps.patch \ | ||
37 | file://run-ptest \ | ||
38 | file://crypto_use_bigint_in_x86-64_perl.patch \ | ||
39 | " | ||
40 | |||
41 | SRC_URI[md5sum] = "8c8d81a9ae7005276e486702edbcd4b6" | ||
42 | SRC_URI[sha256sum] = "0038ba37f35a6367c58f17a7a7f687953ef8ce4f9684bbdec63e62515ed36a83" | ||
43 | |||
44 | PACKAGES =+ " \ | ||
45 | ${PN}-engines \ | ||
46 | ${PN}-engines-dbg \ | ||
47 | " | ||
48 | |||
49 | FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines" | ||
50 | FILES_${PN}-engines-dbg = "${libdir}/ssl/engines/.debug" | ||
51 | |||
52 | PARALLEL_MAKE = "" | ||
53 | PARALLEL_MAKEINST = "" | ||
54 | |||
55 | do_configure_prepend() { | ||
56 | cp ${WORKDIR}/find.pl ${S}/util/find.pl | ||
57 | } | ||