diff options
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.0i.bb')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.0.0i.bb | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.0i.bb b/meta/recipes-connectivity/openssl/openssl_1.0.0i.bb new file mode 100644 index 0000000000..68b092f390 --- /dev/null +++ b/meta/recipes-connectivity/openssl/openssl_1.0.0i.bb | |||
@@ -0,0 +1,45 @@ | |||
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 += "ocf-linux" | ||
6 | |||
7 | CFLAG += "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS" | ||
8 | |||
9 | PR = "${INC_PR}.1" | ||
10 | |||
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" | ||
12 | |||
13 | export DIRS = "crypto ssl apps engines" | ||
14 | export OE_LDFLAGS="${LDFLAGS}" | ||
15 | |||
16 | SRC_URI += "file://configure-targets.patch \ | ||
17 | file://shared-libs.patch \ | ||
18 | file://oe-ldflags.patch \ | ||
19 | file://engines-install-in-libdir-ssl.patch \ | ||
20 | file://openssl-fix-link.patch \ | ||
21 | file://debian/version-script.patch \ | ||
22 | file://debian/pic.patch \ | ||
23 | file://debian/c_rehash-compat.patch \ | ||
24 | file://debian/ca.patch \ | ||
25 | file://debian/make-targets.patch \ | ||
26 | file://debian/no-rpath.patch \ | ||
27 | file://debian/man-dir.patch \ | ||
28 | file://debian/man-section.patch \ | ||
29 | file://debian/no-symbolic.patch \ | ||
30 | file://debian/debian-targets.patch \ | ||
31 | file://openssl_fix_for_x32.patch \ | ||
32 | " | ||
33 | |||
34 | SRC_URI[md5sum] = "b4df9c11af454fd68178c85a1d5f328f" | ||
35 | SRC_URI[sha256sum] = "548262d15777c504be1ab9bb8fabef1e14a3de54837a6593c8f403dd843d5e57" | ||
36 | |||
37 | PACKAGES =+ " \ | ||
38 | ${PN}-engines \ | ||
39 | ${PN}-engines-dbg \ | ||
40 | " | ||
41 | |||
42 | FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines" | ||
43 | FILES_${PN}-engines-dbg = "${libdir}/ssl/engines/.debug" | ||
44 | |||
45 | PARALLEL_MAKEINST = "" | ||