readline: 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: e531923c4c17becb2f1a8a89adfeff0a82961a4a)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2014-05-28 12:56:25 +01:00 committed by Richard Purdie
parent 385b2d4356
commit b066f8723a
2 changed files with 4 additions and 1874 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,8 +14,7 @@ DEPENDS += "ncurses"
SRC_URI = "${GNU_MIRROR}/readline/${BPN}-${PV}.tar.gz;name=archive \
file://configure-fix.patch \
file://config-dirent-symbols.patch \
file://norpath.patch \
file://acinclude.m4"
file://norpath.patch"
S = "${WORKDIR}/${BPN}-${PV}"
@ -26,7 +25,9 @@ EXTRA_AUTORECONF += "--exclude=autoheader"
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 () {