aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/lzo/lzo_2.10.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-11-28 20:18:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-09 14:36:58 +0000
commit8f9025f05b787f41f1867d340d911d7754ee7794 (patch)
tree19fb11ee7c8691bcafa99295250a47e133a6eb9c /meta/recipes-support/lzo/lzo_2.10.bb
parent4143d0896bcf05d95c29bf18e913f32204c707f0 (diff)
downloadopenembedded-core-contrib-8f9025f05b787f41f1867d340d911d7754ee7794.tar.gz
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 <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support/lzo/lzo_2.10.bb')
-rw-r--r--meta/recipes-support/lzo/lzo_2.10.bb5
1 files changed, 0 insertions, 5 deletions
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