mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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:
@@ -14,4 +14,15 @@ UPSTREAM_CHECK_REGEX = "Libmcrypt/(?P<pver>\d+(\.\d+)+)/"
|
|||||||
|
|
||||||
inherit autotools-brokensep gettext binconfig
|
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"
|
CLEANBROKEN = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user