diff options
author | Qi.Chen@windriver.com <Qi.Chen@windriver.com> | 2016-05-10 14:39:58 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-05-12 11:53:30 -0400 |
commit | 23ce88cc0267dfbaa62eb5c73421163da2032161 (patch) | |
tree | 3e4164a560468b3c0270bcabce67319d0ce20920 | |
parent | 093942197237a0b79802d20ebcf3ae0ea35a66bc (diff) | |
download | meta-openembedded-23ce88cc0267dfbaa62eb5c73421163da2032161.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>
-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 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() { | |||
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 | } | ||