znc: inherit autotools-brokensep
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 13 Jun 2014 00:46:31 +0000 (08:46 +0800)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:38:49 +0000 (08:38 -0800)
It needs autotools-brokensep, otherwise do_configure error:

automake: error: 'configure.ac' is required

(From meta-openembedded rev: 9e915015603bafffbeabec6e385413eafc9f3942)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-networking/recipes-irc/znc/znc_git.bb

index b648cd2..33318e1 100644 (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() {