diff options
author | Valentin Popa <valentin.popa@intel.com> | 2014-05-08 18:35:20 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-05-11 12:27:22 +0100 |
commit | ebaf77dc730d2fdc58c06c16adf0f9ce474dbffc (patch) | |
tree | a36e06c141b9cd5e0cd1e473b7942e73ea66af12 /meta | |
parent | 5b17c5d0319a9562ec524c044fdd283d52615c6c (diff) | |
download | poky-ebaf77dc730d2fdc58c06c16adf0f9ce474dbffc.tar.gz |
nettle: disable openssl
Do not include openssl glue in the benchmark program.
This should fix a compile issue on multilib.
(From OE-Core rev: 22c90592347582854410b95db8b7765c85c1568b)
Signed-off-by: Valentin Popa <valentin.popa@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/nettle/nettle_2.7.1.bb | 2 |
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" | |||
13 | SRC_URI[md5sum] = "003d5147911317931dd453520eb234a5" | 13 | SRC_URI[md5sum] = "003d5147911317931dd453520eb234a5" |
14 | SRC_URI[sha256sum] = "bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40" | 14 | SRC_URI[sha256sum] = "bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40" |
15 | 15 | ||
16 | EXTRA_OECONF = "--disable-openssl" | ||
17 | |||
16 | do_configure_prepend() { | 18 | do_configure_prepend() { |
17 | if [ ! -e ${S}/acinclude.m4 -a -e ${S}/aclocal.m4 ]; then | 19 | if [ ! -e ${S}/acinclude.m4 -a -e ${S}/aclocal.m4 ]; then |
18 | cp ${S}/aclocal.m4 ${S}/acinclude.m4 | 20 | cp ${S}/aclocal.m4 ${S}/acinclude.m4 |