mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
b3ac051874
commit
1b9570533e
|
|
@ -12,6 +12,8 @@ S = "${WORKDIR}/${BPN}"
|
|||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_AUTORECONF += "-I m4"
|
||||
|
||||
EXTRA_OECONF = "\
|
||||
--enable-doxygen=no \
|
||||
--enable-dot=no \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user