summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-02-06 22:25:26 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-02-08 10:57:19 +0000
commitbe3745522dd60f8f63658d8ecebc2dd79209d70b (patch)
treea83e1a26e5dbc560a349214ad487ca2ce81c7553 /meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb
parentc92e780c85523fe860602b947b029d7782afa47a (diff)
downloadpoky-be3745522dd60f8f63658d8ecebc2dd79209d70b.tar.gz
openssl10: Fix mutliple include assumptions for bn.h in opensslconf.h
After adding #pragma once to wrapper header ( opensslconf.h ) this latent issue got to bite us, where it expect bn.h to be including openssl.h to define BN_* defines, which is fragile. This patch removes the contraints for nested includes for bn.h (From OE-Core rev: f787b0bb9b0626ddbf2ac94cb206c76716a3773d) Signed-off-by: Khem Raj <raj.khem@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 809634f6c0..88aefdea4f 100644
--- a/meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb
+++ b/meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb
@@ -40,6 +40,7 @@ SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \
40 file://0001-Fix-build-with-clang-using-external-assembler.patch \ 40 file://0001-Fix-build-with-clang-using-external-assembler.patch \
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 " 44 "
44 45
45SRC_URI_append_class-target = " \ 46SRC_URI_append_class-target = " \