From: Peter Kjellerstedt Date: Tue, 3 Oct 2023 01:05:29 +0000 (+0200) Subject: autotools.bbclass: Add *.m4 to CONFIGURE_FILES X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=492559191943c9e2666c3dda1824c5aafbe487d5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git autotools.bbclass: Add *.m4 to CONFIGURE_FILES This makes do_configure depend on changes to any m4 file when externalsrc is active. Signed-off-by: Peter Kjellerstedt Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/classes-recipe/autotools.bbclass b/meta/classes-recipe/autotools.bbclass index a4c1c4be41d..5ed21a3d684 100644 --- a/meta/classes-recipe/autotools.bbclass +++ b/meta/classes-recipe/autotools.bbclass @@ -157,7 +157,7 @@ python autotools_aclocals () { do_configure[file-checksums] += "${@' '.join(siteinfo_get_files(d, sysrootcache=False)[1])}" -CONFIGURE_FILES = "${S}/configure.in ${S}/configure.ac ${S}/config.h.in ${S}/acinclude.m4 Makefile.am" +CONFIGURE_FILES = "${S}/configure.in ${S}/configure.ac ${S}/config.h.in *.m4 Makefile.am" autotools_do_configure() { # WARNING: gross hack follows: