summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-03-04 13:11:13 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-05 22:24:13 +0000
commit1c8d0dbe673308deae3019535c67a471f95d7c69 (patch)
treec892920fb30b26ed387263654f42ad7c0b2e9db3 /meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb
parente34a5eb55f1b9e1fd455b60922a9ba501e1eca4a (diff)
downloadpoky-1c8d0dbe673308deae3019535c67a471f95d7c69.tar.gz
openssl10: Fix mutliple include assumptions for des.h in opensslconf.h
The fix is heavily based on Khem's previous fix for bn.h/BN_LLONG breakage: https://git.openembedded.org/openembedded-core/commit/?id=f787b0bb9b0626ddbf2ac94cb206c76716a3773d (From OE-Core rev: 914e1520bf9c45e14bce9993c9131a2c0702b9c9) (From OE-Core rev: 266e73a99b54f741bdbe5d689933c46b2b4731fd) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb')
-rw-r--r--meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb b/meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb
index 355dbdcc67..54af100f90 100644
--- a/meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb
+++ b/meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb
@@ -41,6 +41,7 @@ SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
41 file://0001-openssl-force-soft-link-to-avoid-rare-race.patch \ 41 file://0001-openssl-force-soft-link-to-avoid-rare-race.patch \
42 file://0001-allow-manpages-to-be-disabled.patch \ 42 file://0001-allow-manpages-to-be-disabled.patch \
43 file://0001-Fix-BN_LLONG-breakage.patch \ 43 file://0001-Fix-BN_LLONG-breakage.patch \
44 file://0001-Fix-DES_LONG-breakage.patch \
44 " 45 "
45 46
46SRC_URI_append_class-target = " \ 47SRC_URI_append_class-target = " \