summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nettle/nettle_3.3.bb
diff options
context:
space:
mode:
authorHaiqing Bai <Haiqing.Bai@windriver.com>2017-01-05 11:32:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-09 13:34:30 +0000
commit17e34c083aa53914610d8eca2341e82d0e1208e2 (patch)
treeee8fd0a659e371086fffd2bb3cd258e029de6b2f /meta/recipes-support/nettle/nettle_3.3.bb
parent8f782f7095e718dd9452055af53363beb6bdbece (diff)
downloadopenembedded-core-17e34c083aa53914610d8eca2341e82d0e1208e2.tar.gz
nettle: Modify configure script to get consistent build.
The original configure script detects the header files of openssl to set variable like 'HAVE_OPENSSL_AES_H' in config.h and ignore the value of '--enable-openssl', this may cause inconsistent build. Signed-off-by: Haiqing Bai <Haiqing.Bai@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/nettle/nettle_3.3.bb')
-rw-r--r--meta/recipes-support/nettle/nettle_3.3.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/nettle/nettle_3.3.bb b/meta/recipes-support/nettle/nettle_3.3.bb
index c723e277db..b76babfe2d 100644
--- a/meta/recipes-support/nettle/nettle_3.3.bb
+++ b/meta/recipes-support/nettle/nettle_3.3.bb
@@ -7,5 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING.LESSERv3;md5=6a6a8e020838b23406c81b19c1d46df6
file://serpent-decrypt.c;beginline=14;endline=36;md5=ca0d220bc413e1842ecc507690ce416e \
file://serpent-set-key.c;beginline=14;endline=36;md5=ca0d220bc413e1842ecc507690ce416e"
+SRC_URI += "\
+ file://check-header-files-of-openssl-only-if-enable_.patch \
+ "
+
SRC_URI[md5sum] = "10f969f78a463704ae73529978148dbe"
SRC_URI[sha256sum] = "46942627d5d0ca11720fec18d81fc38f7ef837ea4197c1f630e71ce0d470b11e"