From: Valentin Popa Date: Thu, 8 May 2014 15:35:20 +0000 (+0300) Subject: nettle: disable openssl X-Git-Tag: 2015-4~2851 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=22c90592347582854410b95db8b7765c85c1568b;p=openembedded-core.git 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 Signed-off-by: Saul Wold --- 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