From 1b9570533e97ca717936d1e7ec7292a30f6c8d9f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 26 Feb 2025 14:47:38 +0000 Subject: [PATCH] log4cpp: fix autoreconf autoreconf needs to be told where to find macros as the Makefile.am does not do this. Signed-off-by: Ross Burton --- meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb | 2 ++ 1 file changed, 2 insertions(+) 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 \