[oe-commits] Robert Yang : znc: inherit autotools-brokensep

git at git.openembedded.org git at git.openembedded.org
Mon Jun 16 12:28:04 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 9e915015603bafffbeabec6e385413eafc9f3942
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9e915015603bafffbeabec6e385413eafc9f3942

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Fri Jun 13 08:46:31 2014 +0800

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 at windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>

---

 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() {



More information about the Openembedded-commits mailing list