From f76ad6c694d16a0da52961af0ee0d9804de12288 Mon Sep 17 00:00:00 2001 From: "Qi.Chen@windriver.com" Date: Tue, 10 May 2016 14:39:58 +0800 Subject: 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 Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald Signed-off-by: Armin Kuster --- meta-networking/recipes-irc/znc/znc_git.bb | 5 +++-- 1 file 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 6603c7708..22aecbad2 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 +} -- cgit v1.2.3-54-g00ecf