mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-12 05:11:59 +00:00
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>
This commit is contained in:
@@ -12,6 +12,8 @@ S = "${WORKDIR}/${BPN}"
|
|||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
EXTRA_AUTORECONF += "-I m4"
|
||||||
|
|
||||||
EXTRA_OECONF = "\
|
EXTRA_OECONF = "\
|
||||||
--enable-doxygen=no \
|
--enable-doxygen=no \
|
||||||
--enable-dot=no \
|
--enable-dot=no \
|
||||||
|
|||||||
Reference in New Issue
Block a user