aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorQi.Chen@windriver.com <Qi.Chen@windriver.com>2016-05-10 14:39:58 +0800
committerArmin Kuster <akuster808@gmail.com>2016-05-13 23:07:06 -0700
commitf76ad6c694d16a0da52961af0ee0d9804de12288 (patch)
treebfd833912c0424dc7ae88032bb9cb93a80e10b2e /meta-networking
parent9199968550c1eb24cbf3b16798895091985953bb (diff)
downloadmeta-openembedded-contrib-f76ad6c694d16a0da52961af0ee0d9804de12288.tar.gz
znc: fix QA issue and remove from blacklist
Modify the .pc file to fix the following QA problem. "BROKEN: QA Issue: znc.pc failed sanity test" Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking')
-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
+}