[oe-commits] [meta-openembedded] 01/09: gtkmathview: fix and unblacklist

git at git.openembedded.org git at git.openembedded.org
Wed Mar 2 10:12:37 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 1fbdf4feb924d91c13141d8c80ae34cbf3494474
Author: Andreas Müller <schnitzeltony at googlemail.com>
AuthorDate: Thu Feb 25 23:12:47 2016 +0100

    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 at googlemail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | 8 +++-----
 1 file 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 bfd8ec6..3edbeed 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"
 
 inherit autotools pkgconfig
 
-do_configure_prepend() {
-    sed -i -e s:AM_BINRELOC::g ${S}/configure.ac
+do_configure_append() {
+    # 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)"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list