From 0b8a8f8ca35557a2618a6257a4cfc6ff98564f54 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 7 Feb 2021 16:24:46 -0800 Subject: libmcrypt: Run autoreconf steps manually This helps in re-running the configure generation with autotools 2.70+ Signed-off-by: Khem Raj --- meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'meta-oe') diff --git a/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb b/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb index 46e694be4a..0c5fc93190 100644 --- a/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb +++ b/meta-oe/recipes-crypto/libmcrypt/libmcrypt_2.5.8.bb @@ -14,4 +14,15 @@ UPSTREAM_CHECK_REGEX = "Libmcrypt/(?P\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" -- cgit 1.2.3-korg