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>
This commit is contained in:
Qi.Chen@windriver.com 2016-05-10 14:39:58 +08:00 committed by Armin Kuster
parent 9199968550
commit f76ad6c694

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
}