mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
gtkmathview: fix and unblacklist
do_configure_prepend/sed can be removed: configure.ac does not contain 'AM_BINRELOC' anymore. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
a6abc25189
commit
1fbdf4feb9
@@ -17,9 +17,7 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_append() {
|
||||||
sed -i -e s:AM_BINRELOC::g ${S}/configure.ac
|
# avoid host polution inf pkg-config files
|
||||||
|
sed -i "s:${STAGING_DIR_HOST}::g" `find -name '*.pc'`
|
||||||
}
|
}
|
||||||
|
|
||||||
# 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)"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user