diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-22 21:48:25 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-23 23:22:26 +0100 |
commit | 724bcc14abe757770c7f8eaa8f87ad7986ffd9cd (patch) | |
tree | 736e4b02864cb2d707b5d2d78b4f3aadeaaae0d9 /meta-oe/recipes-extended | |
parent | f0bf620724e7fa9c4bf3dccea0615cb4ec9d1bdf (diff) | |
download | meta-openembedded-724bcc14abe757770c7f8eaa8f87ad7986ffd9cd.tar.gz |
gtkmathview: libxslt -> libxslt-native in DEPENDS and unblacklist
There is not exactly a chance to get a useful fedora system without libxslt for
test. So this is yet another guesswork.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-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 1478c4876..15935c870 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/" | ||