diff mbox series

[v2,21/23] log4cpp: fix autoreconf

Message ID 20250226155022.1989209-21-ross.burton@arm.com
State Under Review
Headers show
Series [v2,01/23] cpuid: fix stripping | expand

Commit Message

Ross Burton Feb. 26, 2025, 3:50 p.m. UTC
autoreconf needs to be told where to find macros as the Makefile.am does
not do this.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb
index a8b9b9a019..929b1d186b 100644
--- a/meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb
+++ b/meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb
@@ -12,6 +12,8 @@  S = "${WORKDIR}/${BPN}"
 
 inherit autotools pkgconfig
 
+EXTRA_AUTORECONF += "-I m4"
+
 EXTRA_OECONF = "\
     --enable-doxygen=no \
     --enable-dot=no \