mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
gtkmathview, abiword: Blacklist
* http://errors.yoctoproject.org/Errors/Details/35122/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
ed324ea2ec
commit
2f13cedf4b
|
|
@ -122,3 +122,5 @@ python populate_packages_prepend () {
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN}-plugin-openxml += "${datadir}/${PN}-${SHRT_VER}/omml_xslt"
|
FILES_${PN}-plugin-openxml += "${datadir}/${PN}-${SHRT_VER}/omml_xslt"
|
||||||
|
|
||||||
|
PNBLACKLIST[abiword] ?= "Depends on broken gtkmathview"
|
||||||
|
|
|
||||||
|
|
@ -20,3 +20,6 @@ inherit autotools pkgconfig
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
sed -i -e s:AM_BINRELOC::g ${S}/configure.ac
|
sed -i -e s:AM_BINRELOC::g ${S}/configure.ac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# http://errors.yoctoproject.org/Errors/Details/35122/
|
||||||
|
PNBLACKLIST[gtkmathview] ?= "BROKEN: ERROR: QA Issue: mathview-frontend-libxml2.pc, mathview-frontend-libxml2-reader.pc failed sanity test (tmpdir)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user