[oe-commits] [openembedded-core] 14/57: nettle: remove aclocal/acinclude dance

git at git.openembedded.org git at git.openembedded.org
Sat Dec 9 14:44:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4143d0896bcf05d95c29bf18e913f32204c707f0
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Nov 28 19:36:19 2017 +0000

    nettle: remove aclocal/acinclude dance
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/nettle/nettle_3.4.bb | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-support/nettle/nettle_3.4.bb b/meta/recipes-support/nettle/nettle_3.4.bb
index e88dba3..7a3cc65 100644
--- a/meta/recipes-support/nettle/nettle_3.4.bb
+++ b/meta/recipes-support/nettle/nettle_3.4.bb
@@ -27,13 +27,9 @@ UPSTREAM_CHECK_REGEX = "nettle-(?P<pver>\d+(\.\d+)+)\.tar"
 
 inherit autotools ptest
 
-EXTRA_OECONF = "--disable-openssl"
+EXTRA_AUTORECONF += "--exclude=aclocal"
 
-do_configure_prepend() {
-       if [ ! -e ${S}/acinclude.m4 -a -e ${S}/aclocal.m4 ]; then
-               cp ${S}/aclocal.m4 ${S}/acinclude.m4
-       fi
-}
+EXTRA_OECONF = "--disable-openssl"
 
 do_compile_ptest() {
         oe_runmake buildtest

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list