diff options
author | Ross Burton <ross.burton@arm.com> | 2025-02-26 14:47:38 +0000 |
---|---|---|
committer | Ross Burton <ross.burton@arm.com> | 2025-02-27 20:28:17 +0000 |
commit | 1b9570533e97ca717936d1e7ec7292a30f6c8d9f (patch) | |
tree | 8a25737c82e01445a737c074c52f514d88d7dc1a | |
parent | b3ac051874061523b77166e13f504d1206636549 (diff) | |
download | meta-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.bb | 2 |
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 | ||
13 | inherit autotools pkgconfig | 13 | inherit autotools pkgconfig |
14 | 14 | ||
15 | EXTRA_AUTORECONF += "-I m4" | ||
16 | |||
15 | EXTRA_OECONF = "\ | 17 | EXTRA_OECONF = "\ |
16 | --enable-doxygen=no \ | 18 | --enable-doxygen=no \ |
17 | --enable-dot=no \ | 19 | --enable-dot=no \ |