summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/openssl/openssl_1.0.1i.bb
diff options
context:
space:
mode:
authorCristian Stoica <cristian.stoica@freescale.com>2015-07-17 17:29:42 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-07-20 17:21:30 +0800
commitd489e0ff7e662fa09961a54120eece0dcd8de2be (patch)
tree1ec9f068516a3fbbe3b50c9027a031a0914d4e02 /recipes-connectivity/openssl/openssl_1.0.1i.bb
parentd4937b4a3702521db8f8acf6e40ea6f7aa088772 (diff)
downloadmeta-fsl-ppc-d489e0ff7e662fa09961a54120eece0dcd8de2be.tar.gz
openssl: rewrite recipe to remove code duplication
- the package is now based on upstream tarball instead of Freescale git repository - Freescale cryptodev patches are applied only on target package to avoid build errors Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-connectivity/openssl/openssl_1.0.1i.bb')
-rw-r--r--recipes-connectivity/openssl/openssl_1.0.1i.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-connectivity/openssl/openssl_1.0.1i.bb b/recipes-connectivity/openssl/openssl_1.0.1i.bb
index 54c052e..9d093ef 100644
--- a/recipes-connectivity/openssl/openssl_1.0.1i.bb
+++ b/recipes-connectivity/openssl/openssl_1.0.1i.bb
@@ -26,7 +26,6 @@ SRC_URI += "file://configure-targets.patch \
26 file://debian/no-symbolic.patch \ 26 file://debian/no-symbolic.patch \
27 file://debian/debian-targets.patch \ 27 file://debian/debian-targets.patch \
28 file://openssl_fix_for_x32.patch \ 28 file://openssl_fix_for_x32.patch \
29 file://openssl-fix-doc.patch \
30 file://fix-cipher-des-ede3-cfb1.patch \ 29 file://fix-cipher-des-ede3-cfb1.patch \
31 file://openssl-avoid-NULL-pointer-dereference-in-EVP_DigestInit_ex.patch \ 30 file://openssl-avoid-NULL-pointer-dereference-in-EVP_DigestInit_ex.patch \
32 file://openssl-avoid-NULL-pointer-dereference-in-dh_pub_encode.patch \ 31 file://openssl-avoid-NULL-pointer-dereference-in-dh_pub_encode.patch \
@@ -35,8 +34,8 @@ SRC_URI += "file://configure-targets.patch \
35 file://openssl-fix-des.pod-error.patch \ 34 file://openssl-fix-des.pod-error.patch \
36 " 35 "
37 36
38SRC_URI[md5sum] = "de62b43dfcd858e66a74bee1c834e959" 37SRC_URI[md5sum] = "c8dc151a671b9b92ff3e4c118b174972"
39SRC_URI[sha256sum] = "53cb818c3b90e507a8348f4f5eaedb05d8bfe5358aabb508b7263cc670c3e028" 38SRC_URI[sha256sum] = "3c179f46ca77069a6a0bac70212a9b3b838b2f66129cb52d568837fc79d8fcc7"
40 39
41PACKAGES =+ " \ 40PACKAGES =+ " \
42 ${PN}-engines-dbg \ 41 ${PN}-engines-dbg \