diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-06-13 08:46:31 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2014-06-15 23:21:33 -0400 |
commit | 9e915015603bafffbeabec6e385413eafc9f3942 (patch) | |
tree | c97969e8f450537cb6bfbb008ab21db22c853145 | |
parent | 2f16a0ea81ddb249c5d8a3e11573cb622436484f (diff) | |
download | meta-openembedded-9e915015603bafffbeabec6e385413eafc9f3942.tar.gz |
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>
-rw-r--r-- | meta-networking/recipes-irc/znc/znc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-irc/znc/znc_git.bb b/meta-networking/recipes-irc/znc/znc_git.bb index b648cd2247..33318e156e 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" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools-brokensep |
15 | 15 | ||
16 | # ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail | 16 | # ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail |
17 | do_configure_prepend() { | 17 | do_configure_prepend() { |