summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-02-26 14:47:38 +0000
committerRoss Burton <ross.burton@arm.com>2025-02-27 20:28:17 +0000
commit1b9570533e97ca717936d1e7ec7292a30f6c8d9f (patch)
tree8a25737c82e01445a737c074c52f514d88d7dc1a
parentb3ac051874061523b77166e13f504d1206636549 (diff)
downloadmeta-openembedded-1b9570533e97ca717936d1e7ec7292a30f6c8d9f.tar.gz
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 <ross.burton@arm.com>
-rw-r--r--meta-oe/recipes-support/log4cpp/log4cpp_1.1.4.bb2
1 files changed, 2 insertions, 0 deletions
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}"
12 12
13inherit autotools pkgconfig 13inherit autotools pkgconfig
14 14
15EXTRA_AUTORECONF += "-I m4"
16
15EXTRA_OECONF = "\ 17EXTRA_OECONF = "\
16 --enable-doxygen=no \ 18 --enable-doxygen=no \
17 --enable-dot=no \ 19 --enable-dot=no \