autoreconf needs to be told where to find macros as the Makefile.am does not do this.
Signed-off-by: Ross Burton <ross.bur...@arm.com> --- 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 \ -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#115673): https://lists.openembedded.org/g/openembedded-devel/message/115673 Mute This Topic: https://lists.openembedded.org/mt/111398049/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-