libmcrypt: Run autoreconf steps manually

This helps in re-running the configure generation with autotools 2.70+

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-02-07 16:24:46 -08:00
parent baa819d7dd
commit 0b8a8f8ca3

View File

@ -14,4 +14,15 @@ UPSTREAM_CHECK_REGEX = "Libmcrypt/(?P<pver>\d+(\.\d+)+)/"
inherit autotools-brokensep gettext binconfig
do_configure() {
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}
install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.sub ${S}
aclocal
libtoolize --automake --copy --force
autoconf
autoheader
automake -a
oe_runconf
}
CLEANBROKEN = "1"