From 8f9025f05b787f41f1867d340d911d7754ee7794 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 28 Nov 2017 20:18:41 +0000 Subject: lzo: don't do aclocal/acinclude dance autoreconf finds autoconf/local.m4 on its own, so there's no need to mess around with a fork of aclocal.m4 as acinclude.m4. Signed-off-by: Ross Burton --- meta/recipes-support/lzo/lzo_2.10.bb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta/recipes-support/lzo/lzo_2.10.bb') diff --git a/meta/recipes-support/lzo/lzo_2.10.bb b/meta/recipes-support/lzo/lzo_2.10.bb index 490d2307ac..8eefec3cc9 100644 --- a/meta/recipes-support/lzo/lzo_2.10.bb +++ b/meta/recipes-support/lzo/lzo_2.10.bb @@ -8,7 +8,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \ file://0001-Use-memcpy-instead-of-reinventing-it.patch \ file://0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch \ - file://acinclude.m4 \ file://run-ptest \ " @@ -19,10 +18,6 @@ inherit autotools ptest EXTRA_OECONF = "--enable-shared" -do_configure_prepend () { - cp ${WORKDIR}/acinclude.m4 ${S}/ -} - do_install_ptest() { t=${D}${PTEST_PATH} cp ${S}/util/check.sh $t -- cgit 1.2.3-korg