aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-irc/znc/znc_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-irc/znc/znc_git.bb')
-rw-r--r--meta-networking/recipes-irc/znc/znc_git.bb5
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() {
automake --add-missing || true
}
-# http://errors.yoctoproject.org/Errors/Details/35142/
-PNBLACKLIST[znc] ?= "BROKEN: QA Issue: znc.pc failed sanity test"
+do_install_append() {
+ sed -i 's/-fdebug-prefix-map[^ ]*//g; s#${STAGING_DIR_TARGET}##g' ${D}${libdir}/pkgconfig/*.pc
+}