znc: inherit autotools-brokensep

It needs autotools-brokensep, otherwise do_configure error:

automake: error: 'configure.ac' is required

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
Robert Yang 2014-06-13 08:46:31 +08:00 committed by Joe MacDonald
parent 2f16a0ea81
commit 9e91501560

View File

@ -11,7 +11,7 @@ SRC_URI = "git://github.com/znc/znc.git"
S = "${WORKDIR}/git"
inherit autotools
inherit autotools-brokensep
# ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail
do_configure_prepend() {