mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
9199968550
commit
f76ad6c694
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user