diff options
author | Ross Burton <ross.burton@intel.com> | 2017-11-28 20:18:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-12-10 22:45:18 +0000 |
commit | e49b5dfb4ee4fa3b8d903d2dc19aa44a01a93565 (patch) | |
tree | 91437d74cc884ef7974c25ead123fcd5dc3d2868 /meta/recipes-support/lzo/lzo_2.10.bb | |
parent | ce1155a9db857cb2fd7a6503a3792e62f8382f54 (diff) | |
download | poky-e49b5dfb4ee4fa3b8d903d2dc19aa44a01a93565.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.
(From OE-Core rev: 8f9025f05b787f41f1867d340d911d7754ee7794)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/lzo/lzo_2.10.bb')
-rw-r--r-- | meta/recipes-support/lzo/lzo_2.10.bb | 5 |
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 \ | |||
8 | SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \ | 8 | SRC_URI = "http://www.oberhumer.com/opensource/lzo/download/lzo-${PV}.tar.gz \ |
9 | file://0001-Use-memcpy-instead-of-reinventing-it.patch \ | 9 | file://0001-Use-memcpy-instead-of-reinventing-it.patch \ |
10 | file://0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch \ | 10 | file://0001-Add-pkgconfigdir-to-solve-the-undefine-error.patch \ |
11 | file://acinclude.m4 \ | ||
12 | file://run-ptest \ | 11 | file://run-ptest \ |
13 | " | 12 | " |
14 | 13 | ||
@@ -19,10 +18,6 @@ inherit autotools ptest | |||
19 | 18 | ||
20 | EXTRA_OECONF = "--enable-shared" | 19 | EXTRA_OECONF = "--enable-shared" |
21 | 20 | ||
22 | do_configure_prepend () { | ||
23 | cp ${WORKDIR}/acinclude.m4 ${S}/ | ||
24 | } | ||
25 | |||
26 | do_install_ptest() { | 21 | do_install_ptest() { |
27 | t=${D}${PTEST_PATH} | 22 | t=${D}${PTEST_PATH} |
28 | cp ${S}/util/check.sh $t | 23 | cp ${S}/util/check.sh $t |