mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
nettle: remove aclocal/acinclude dance
(From OE-Core rev: 4143d0896bcf05d95c29bf18e913f32204c707f0) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2d40119e11
commit
ce1155a9db
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user