summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nettle
diff options
context:
space:
mode:
authorValentin Popa <valentin.popa@intel.com>2014-05-08 18:35:20 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-05-11 12:26:18 +0100
commit22c90592347582854410b95db8b7765c85c1568b (patch)
treed90d0637b870cc12c29f4cc255a3233de318a515 /meta/recipes-support/nettle
parent303a152ddd38fbb11c7d296a6fbacb33b2749695 (diff)
downloadopenembedded-core-22c90592347582854410b95db8b7765c85c1568b.tar.gz
nettle: disable openssl
Do not include openssl glue in the benchmark program. This should fix a compile issue on multilib. Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/nettle')
-rw-r--r--meta/recipes-support/nettle/nettle_2.7.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/nettle/nettle_2.7.1.bb b/meta/recipes-support/nettle/nettle_2.7.1.bb
index 87f1639a8a..8aa5351896 100644
--- a/meta/recipes-support/nettle/nettle_2.7.1.bb
+++ b/meta/recipes-support/nettle/nettle_2.7.1.bb
@@ -13,6 +13,8 @@ SRC_URI = "http://www.lysator.liu.se/~nisse/archive/${BP}.tar.gz"
SRC_URI[md5sum] = "003d5147911317931dd453520eb234a5"
SRC_URI[sha256sum] = "bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40"
+EXTRA_OECONF = "--disable-openssl"
+
do_configure_prepend() {
if [ ! -e ${S}/acinclude.m4 -a -e ${S}/aclocal.m4 ]; then
cp ${S}/aclocal.m4 ${S}/acinclude.m4