diff options
author | Ross Burton <ross.burton@intel.com> | 2017-11-28 19:36:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-09 14:36:58 +0000 |
commit | 4143d0896bcf05d95c29bf18e913f32204c707f0 (patch) | |
tree | e506cbdb6f49d5bc670277e09fd021e4ecd55ba6 | |
parent | 93dd7c87cef4fd9c22a09857fb55218c8be87b5b (diff) | |
download | openembedded-core-4143d0896bcf05d95c29bf18e913f32204c707f0.tar.gz openembedded-core-4143d0896bcf05d95c29bf18e913f32204c707f0.tar.bz2 openembedded-core-4143d0896bcf05d95c29bf18e913f32204c707f0.zip |
nettle: remove aclocal/acinclude dance
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-support/nettle/nettle_3.4.bb | 8 |
1 files 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 e88dba3989..7a3cc654c8 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 |