diff options
| -rw-r--r-- | meta-networking/recipes-irc/znc/znc_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-networking/recipes-irc/znc/znc_git.bb b/meta-networking/recipes-irc/znc/znc_git.bb index 6603c7708e..22aecbad2d 100644 --- a/meta-networking/recipes-irc/znc/znc_git.bb +++ b/meta-networking/recipes-irc/znc/znc_git.bb | |||
| @@ -26,5 +26,6 @@ do_configure_prepend() { | |||
| 26 | automake --add-missing || true | 26 | automake --add-missing || true |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | # http://errors.yoctoproject.org/Errors/Details/35142/ | 29 | do_install_append() { |
| 30 | PNBLACKLIST[znc] ?= "BROKEN: QA Issue: znc.pc failed sanity test" | 30 | sed -i 's/-fdebug-prefix-map[^ ]*//g; s#${STAGING_DIR_TARGET}##g' ${D}${libdir}/pkgconfig/*.pc |
| 31 | } | ||
