From: Robert Yang <[email protected]> It needs autotools-brokensep, otherwise do_configure error:
automake: error: 'configure.ac' is required Signed-off-by: Robert Yang <[email protected]> --- meta-networking/recipes-irc/znc/znc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-irc/znc/znc_git.bb b/meta-networking/recipes-irc/znc/znc_git.bb index b648cd2..33318e1 100644 --- a/meta-networking/recipes-irc/znc/znc_git.bb +++ b/meta-networking/recipes-irc/znc/znc_git.bb @@ -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() { -- 1.7.10.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
