diff options
-rw-r--r-- | meta-networking/recipes-irc/znc/znc_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-irc/znc/znc_git.bb b/meta-networking/recipes-irc/znc/znc_git.bb index a7a44e2b0f..6603c7708e 100644 --- a/meta-networking/recipes-irc/znc/znc_git.bb +++ b/meta-networking/recipes-irc/znc/znc_git.bb | |||
@@ -25,3 +25,6 @@ inherit autotools-brokensep pkgconfig | |||
25 | do_configure_prepend() { | 25 | do_configure_prepend() { |
26 | automake --add-missing || true | 26 | automake --add-missing || true |
27 | } | 27 | } |
28 | |||
29 | # http://errors.yoctoproject.org/Errors/Details/35142/ | ||
30 | PNBLACKLIST[znc] ?= "BROKEN: QA Issue: znc.pc failed sanity test" | ||