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>
This commit is contained in:
Qi.Chen@windriver.com
2016-05-10 14:39:58 +08:00
committed by Joe MacDonald
parent 0939421972
commit 23ce88cc02

View File

@@ -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
}