diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-21 23:43:24 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-23 23:22:26 +0100 |
commit | f0bf620724e7fa9c4bf3dccea0615cb4ec9d1bdf (patch) | |
tree | 5318c15572a5999c19938d14ef8ffd9061326c21 /meta-gnome/recipes-gnome/gtk-engines | |
parent | 1752e1ad954a754a2af3fcf93048e48ce9fb326f (diff) | |
download | meta-openembedded-f0bf620724e7fa9c4bf3dccea0615cb4ec9d1bdf.tar.gz |
gtk-engines: add glib-2.0-native to DEPENDS an unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gtk-engines')
-rw-r--r-- | meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb index 2a0022ba6..83aa74968 100644 --- a/meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb +++ b/meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
7 | 7 | ||
8 | SECTION = "x11/base" | 8 | SECTION = "x11/base" |
9 | DEPENDS = "intltool-native gtk+ gettext-native" | 9 | DEPENDS = "intltool-native gtk+ gettext-native glib-2.0-native" |
10 | 10 | ||
11 | PR = "r3" | 11 | PR = "r3" |
12 | 12 | ||
@@ -53,5 +53,3 @@ SRC_URI += "file://glib-2.32.patch \ | |||
53 | file://substitute-tests.patch" | 53 | file://substitute-tests.patch" |
54 | SRC_URI[archive.md5sum] = "5deb287bc6075dc21812130604c7dc4f" | 54 | SRC_URI[archive.md5sum] = "5deb287bc6075dc21812130604c7dc4f" |
55 | SRC_URI[archive.sha256sum] = "15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5" | 55 | SRC_URI[archive.sha256sum] = "15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5" |
56 | |||
57 | PNBLACKLIST[gtk-engines] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130602/" | ||