mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
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:
committed by
Joe MacDonald
parent
0939421972
commit
23ce88cc02
@@ -26,5 +26,6 @@ do_configure_prepend() {
|
|||||||
automake --add-missing || true
|
automake --add-missing || true
|
||||||
}
|
}
|
||||||
|
|
||||||
# http://errors.yoctoproject.org/Errors/Details/35142/
|
do_install_append() {
|
||||||
PNBLACKLIST[znc] ?= "BROKEN: QA Issue: znc.pc failed sanity test"
|
sed -i 's/-fdebug-prefix-map[^ ]*//g; s#${STAGING_DIR_TARGET}##g' ${D}${libdir}/pkgconfig/*.pc
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user