summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/openssl/openssl-qoriq_1.0.2l.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-connectivity/openssl/openssl-qoriq_1.0.2l.bb')
-rw-r--r--recipes-connectivity/openssl/openssl-qoriq_1.0.2l.bb11
1 files changed, 2 insertions, 9 deletions
diff --git a/recipes-connectivity/openssl/openssl-qoriq_1.0.2l.bb b/recipes-connectivity/openssl/openssl-qoriq_1.0.2l.bb
index a2346ba1d..04052ac36 100644
--- a/recipes-connectivity/openssl/openssl-qoriq_1.0.2l.bb
+++ b/recipes-connectivity/openssl/openssl-qoriq_1.0.2l.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=057d9218c6180e1d9ee407572b2dd225"
12export DIRS = "crypto ssl apps engines" 12export DIRS = "crypto ssl apps engines"
13export OE_LDFLAGS="${LDFLAGS}" 13export OE_LDFLAGS="${LDFLAGS}"
14 14
15SRC_URI += "file://find.pl;subdir=${BP}/util \ 15SRC_URI += "file://find.pl;subdir=git/util \
16 file://run-ptest \ 16 file://run-ptest \
17 file://openssl-c_rehash.sh \ 17 file://openssl-c_rehash.sh \
18 file://configure-targets.patch \ 18 file://configure-targets.patch \
@@ -44,14 +44,7 @@ SRC_URI += "file://find.pl;subdir=${BP}/util \
44 file://Use-SHA256-not-MD5-as-default-digest.patch \ 44 file://Use-SHA256-not-MD5-as-default-digest.patch \
45 file://0001-Fix-build-with-clang-using-external-assembler.patch \ 45 file://0001-Fix-build-with-clang-using-external-assembler.patch \
46 " 46 "
47SRC_URI[md5sum] = "f85123cd390e864dfbe517e7616e6566" 47SRCREV = "b9e6572a0dcbaaf84a8925cabd1a86bd594ca69f"
48SRC_URI[sha256sum] = "ce07195b659e75f4e1db43552860070061f156a98bb37b672b101ba6e3ddf30c"
49
50SRC_URI += " \
51 file://find.pl;subdir=openssl-${PV}/util/ \
52 file://0001-remove-double-initialization-of-cryptodev-engine.patch \
53 file://0002-eng_cryptodev-add-support-for-TLS-algorithms-offload.patch \
54"
55 48
56PACKAGES =+ "${PN}-engines" 49PACKAGES =+ "${PN}-engines"
57FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines" 50FILES_${PN}-engines = "${libdir}/ssl/engines/*.so ${libdir}/engines"