summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2017-02-19 00:26:38 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-02-22 13:16:51 +0100
commitd3e64a3e88b1f38fa0ac2c2c77ee86a9a2493312 (patch)
treef8e4b2d03ba77b549a82ea3f72c181f3bb5addb1 /meta-gnome
parent2dd286fa16766e140346a6759b666f90dac0775f (diff)
downloadmeta-openembedded-d3e64a3e88b1f38fa0ac2c2c77ee86a9a2493312.tar.gz
gtksourceview2: add glib-2.0-native to DEPENDS and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
index ac7540eaf..e3bf551eb 100644
--- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
+++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://projects.gnome.org/gtksourceview/"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6 6
7DEPENDS = "gtk+ libxml2 intltool-native gnome-common-native" 7DEPENDS = "gtk+ libxml2 intltool-native gnome-common-native glib-2.0-native"
8 8
9PNAME = "gtksourceview" 9PNAME = "gtksourceview"
10 10
@@ -29,5 +29,3 @@ do_configure_prepend() {
29} 29}
30 30
31FILES_${PN} += " ${datadir}/gtksourceview-2.0" 31FILES_${PN} += " ${datadir}/gtksourceview-2.0"
32
33PNBLACKLIST[gtksourceview2] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130597/"