readline-5.2: use upstream's aclocal.m4 as acinclude.m4

Instead of shipping a fork of the upstream aclocal.m4, simply rename it to
acinclude.m4 at configure time.  We don't need the fork now that autoheader is
excluded.

(From OE-Core rev: 7b98575797c2e8822e6a26d95cb7e727d6efef4b)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2014-06-03 21:07:09 +01:00
committed by Richard Purdie
parent ea4024a103
commit 00a8a54270
2 changed files with 3 additions and 1817 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -28,7 +28,6 @@ SRC_URI = "${GNU_MIRROR}/readline/${BPN}-${PV}.tar.gz;name=archive \
${GNU_MIRROR}/readline/readline-5.2-patches/readline52-013;name=patch13;apply=yes;striplevel=0 \
${GNU_MIRROR}/readline/readline-5.2-patches/readline52-014;name=patch14;apply=yes;striplevel=0 \
file://configure-fix.patch \
file://acinclude.m4 \
file://fix-redundant-rpath.patch"
SRC_URI[archive.md5sum] = "e39331f32ad14009b9ff49cc10c5e751"
@@ -70,7 +69,9 @@ inherit autotools
LEAD_SONAME = "libreadline.so"
do_configure_prepend () {
install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/
if [ ! -e ${S}/acinclude.m4 ]; then
cat ${S}/aclocal.m4 > ${S}/acinclude.m4
fi
}
do_install_append () {