]> code.ossystems Code Review - openembedded-core.git/commitdiff
nettle: disable openssl
authorValentin Popa <valentin.popa@intel.com>
Thu, 8 May 2014 15:35:20 +0000 (18:35 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 11 May 2014 11:26:18 +0000 (12:26 +0100)
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>
meta/recipes-support/nettle/nettle_2.7.1.bb

index 87f1639a8a0b4744241dfc8a59eee4aebe9b7865..8aa535189666d0b7c1152dcd088e00680e6e7fa7 100644 (file)
@@ -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