diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-08 15:18:40 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-13 19:06:43 +0200 |
commit | d78c5215b35b945b0543b62234d00ae041de41b9 (patch) | |
tree | 1879f44d9d598726f34332cb9a54f7a20eab708b /meta-xfce | |
parent | 25e940010380fd4392c2e1b054d603c357ab30ef (diff) | |
download | meta-openembedded-d78c5215b35b945b0543b62234d00ae041de41b9.tar.gz |
evince, epdf, gdm, gnumeric, libgnomeprint, tumbler, gedit, gnome-panel, gnome-session, gnome-terminal, libgnomecups, gtksourceview2, libgweather, libgnomeui, tracker, gimp, poppler, mousepad, goffice, tasks: blacklist, fails to build with gcc-6
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r-- | meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb | 2 | ||||
-rw-r--r-- | meta-xfce/recipes-apps/ristretto/ristretto_0.8.0.bb | 3 | ||||
-rw-r--r-- | meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb index 4ca21a6bc..3748a0623 100644 --- a/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb +++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.4.0.bb | |||
@@ -17,3 +17,5 @@ SRC_URI[sha256sum] = "60114431eac8db6bb6ce18bd38f1630cccb684375b97a445a1b6fd6198 | |||
17 | EXTRA_OECONF = "--disable-gtk3" | 17 | EXTRA_OECONF = "--disable-gtk3" |
18 | 18 | ||
19 | FILES_${PN} += "${datadir}/glib-2.0/schemas" | 19 | FILES_${PN} += "${datadir}/glib-2.0/schemas" |
20 | |||
21 | PNBLACKLIST[mousepad] ?= "Depends on broken gtksourceview2" | ||
diff --git a/meta-xfce/recipes-apps/ristretto/ristretto_0.8.0.bb b/meta-xfce/recipes-apps/ristretto/ristretto_0.8.0.bb index 66399cfb1..49c51e967 100644 --- a/meta-xfce/recipes-apps/ristretto/ristretto_0.8.0.bb +++ b/meta-xfce/recipes-apps/ristretto/ristretto_0.8.0.bb | |||
@@ -7,7 +7,8 @@ DEPENDS = "exo libexif gtk+ dbus-glib libxfce4ui libxfce4util xfconf cairo" | |||
7 | 7 | ||
8 | inherit xfce-app | 8 | inherit xfce-app |
9 | 9 | ||
10 | RRECOMMENDS_${PN} += "tumbler" | 10 | # tumbler is currently broken |
11 | # RRECOMMENDS_${PN} += "tumbler" | ||
11 | 12 | ||
12 | SRC_URI[md5sum] = "94c778850325a4e5a12e3433c8a05432" | 13 | SRC_URI[md5sum] = "94c778850325a4e5a12e3433c8a05432" |
13 | SRC_URI[sha256sum] = "71625324cecda7199acbc95a3ea5132d0dcbf808771e7a209ea2b9503ae4f328" | 14 | SRC_URI[sha256sum] = "71625324cecda7199acbc95a3ea5132d0dcbf808771e7a209ea2b9503ae4f328" |
diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb index 66385a41f..5a0fc6d82 100644 --- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb +++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb | |||
@@ -27,3 +27,5 @@ FILES_${PN}-dbg += "${libdir}/tumbler-1/.debug \ | |||
27 | ${libdir}/tumbler-1/plugins/.debug \ | 27 | ${libdir}/tumbler-1/plugins/.debug \ |
28 | ${libdir}/tumbler-1/plugins/cache/.debug \ | 28 | ${libdir}/tumbler-1/plugins/cache/.debug \ |
29 | " | 29 | " |
30 | |||
31 | PNBLACKLIST[tumbler] ?= "Depends on broken poppler" | ||