[oe-commits] [meta-openembedded] 37/39: znc: fix QA issue and remove from blacklist

git at git.openembedded.org git at git.openembedded.org
Thu May 19 10:11:04 UTC 2016


martin_jansa pushed a commit to branch krogoth-next
in repository meta-openembedded.

commit f76ad6c694d16a0da52961af0ee0d9804de12288
Author: Qi.Chen at windriver.com <Qi.Chen at windriver.com>
AuthorDate: Tue May 10 14:39:58 2016 +0800

    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 at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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 6603c77..22aecba 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
+}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list