diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-02-25 23:12:47 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-02 00:02:45 +0100 |
commit | 1fbdf4feb924d91c13141d8c80ae34cbf3494474 (patch) | |
tree | dbe4836d478bf761029e9a9afb9f68ba3130cefd /meta-oe | |
parent | a6abc25189cf49a17993637cf9e8fbd5419a5686 (diff) | |
download | meta-openembedded-1fbdf4feb924d91c13141d8c80ae34cbf3494474.tar.gz |
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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb index bfd8ec626..3edbeed72 100644 --- a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb +++ b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | |||
@@ -17,9 +17,7 @@ S = "${WORKDIR}/git" | |||
17 | 17 | ||
18 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
19 | 19 | ||
20 | do_configure_prepend() { | 20 | do_configure_append() { |
21 | sed -i -e s:AM_BINRELOC::g ${S}/configure.ac | 21 | # avoid host polution inf pkg-config files |
22 | sed -i "s:${STAGING_DIR_HOST}::g" `find -name '*.pc'` | ||
22 | } | 23 | } |
23 | |||
24 | # http://errors.yoctoproject.org/Errors/Details/35122/ | ||
25 | PNBLACKLIST[gtkmathview] ?= "BROKEN: ERROR: QA Issue: mathview-frontend-libxml2.pc, mathview-frontend-libxml2-reader.pc failed sanity test (tmpdir)" | ||