diff options
-rw-r--r-- | meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | 4 |
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 @@ | |||
1 | HOMEPAGE = "http://helm.cs.unibo.it/mml-widget/" | 1 | HOMEPAGE = "http://helm.cs.unibo.it/mml-widget/" |
2 | DEPENDS = "t1lib gtk+ popt libxslt libxml2" | 2 | DEPENDS = "t1lib gtk+ popt libxslt-native libxml2" |
3 | 3 | ||
4 | LICENSE = "LGPLv3" | 4 | LICENSE = "LGPLv3" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | 5 | LIC_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 | |||
27 | PNBLACKLIST[gtkmathview] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/131636/" | ||