summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb4
1 files changed, 1 insertions, 3 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 1478c4876d..15935c8709 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
@@ -1,5 +1,5 @@
1HOMEPAGE = "http://helm.cs.unibo.it/mml-widget/" 1HOMEPAGE = "http://helm.cs.unibo.it/mml-widget/"
2DEPENDS = "t1lib gtk+ popt libxslt libxml2" 2DEPENDS = "t1lib gtk+ popt libxslt-native libxml2"
3 3
4LICENSE = "LGPLv3" 4LICENSE = "LGPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" 5LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
@@ -23,5 +23,3 @@ do_configure_append() {
23 # avoid host polution inf pkg-config files 23 # avoid host polution inf pkg-config files
24 sed -i "s:${STAGING_DIR_HOST}::g" `find -name '*.pc'` 24 sed -i "s:${STAGING_DIR_HOST}::g" `find -name '*.pc'`
25} 25}
26
27PNBLACKLIST[gtkmathview] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/131636/"