summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-06-08 15:18:40 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-06-13 19:06:43 +0200
commitd78c5215b35b945b0543b62234d00ae041de41b9 (patch)
tree1879f44d9d598726f34332cb9a54f7a20eab708b /meta-gnome
parent25e940010380fd4392c2e1b054d603c357ab30ef (diff)
downloadmeta-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-gnome')
-rw-r--r--meta-gnome/recipes-devtools/glade/glade3_%.bbappend1
-rw-r--r--meta-gnome/recipes-gnome/evince/evince_3.18.2.bb2
-rw-r--r--meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb2
-rw-r--r--meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb1
-rw-r--r--meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb2
-rw-r--r--meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb3
-rw-r--r--meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb3
-rw-r--r--meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb2
-rw-r--r--meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb2
-rw-r--r--meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb2
-rw-r--r--meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb3
-rw-r--r--meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb3
-rw-r--r--meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.3.bb3
-rw-r--r--meta-gnome/recipes-gnome/pimlico/tasks_0.19.bb3
-rw-r--r--meta-gnome/recipes-gnome/pimlico/tasks_git.bb3
-rw-r--r--meta-gnome/recipes-support/goffice/goffice_0.10.1.bb2
-rw-r--r--meta-gnome/recipes-support/tracker/tracker_0.14.2.bb2
17 files changed, 38 insertions, 1 deletions
diff --git a/meta-gnome/recipes-devtools/glade/glade3_%.bbappend b/meta-gnome/recipes-devtools/glade/glade3_%.bbappend
index 3abacfb86..b7124712a 100644
--- a/meta-gnome/recipes-devtools/glade/glade3_%.bbappend
+++ b/meta-gnome/recipes-devtools/glade/glade3_%.bbappend
@@ -1 +1,2 @@
1PACKAGECONFIG ??= "gnome" 1PACKAGECONFIG ??= "gnome"
2PNBLACKLIST[glade3] ?= "Depends on broken libgnomeui"
diff --git a/meta-gnome/recipes-gnome/evince/evince_3.18.2.bb b/meta-gnome/recipes-gnome/evince/evince_3.18.2.bb
index fe63093ad..4fa11a574 100644
--- a/meta-gnome/recipes-gnome/evince/evince_3.18.2.bb
+++ b/meta-gnome/recipes-gnome/evince/evince_3.18.2.bb
@@ -46,3 +46,5 @@ FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.a \
46 ${libdir}/evince/*/backends/*.a" 46 ${libdir}/evince/*/backends/*.a"
47FILES_${PN}-nautilus-extension = "${libdir}/nautilus/*/*so" 47FILES_${PN}-nautilus-extension = "${libdir}/nautilus/*/*so"
48FILES_${PN}-browser-plugin = "${libdir}/mozilla/*/*so" 48FILES_${PN}-browser-plugin = "${libdir}/mozilla/*/*so"
49
50PNBLACKLIST[evince] ?= "Depends on broken poppler"
diff --git a/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb b/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb
index 9ede2f5bf..9266f97a2 100644
--- a/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb
+++ b/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bb
@@ -104,3 +104,5 @@ pkg_postrm_${PN} () {
104 delgroup gdm || true 104 delgroup gdm || true
105 sed -i /gdm/d ${sysconfdir}/X11/default-display-manager || true 105 sed -i /gdm/d ${sysconfdir}/X11/default-display-manager || true
106} 106}
107
108PNBLACKLIST[gdm] ?= "Depends on broken gnome-panel"
diff --git a/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb b/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb
index 4ae5bbb81..7e6b343a8 100644
--- a/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb
+++ b/meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb
@@ -20,3 +20,4 @@ EXTRA_OECONF = "--disable-scrollkeeper \
20FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2" 20FILES_${PN} += "${libdir}/gedit-2/plugin* ${datadir}/gedit-2"
21FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug" 21FILES_${PN}-dbg += "${libdir}/gedit-2/plugin-loaders/.debug ${libdir}/gedit-2/plugins/.debug"
22 22
23PNBLACKLIST[gedit] ?= "Depends on broken gtksourceview2"
diff --git a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
index 0f7cb59df..b85850e2b 100644
--- a/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-panel/gnome-panel_2.32.1.bb
@@ -43,3 +43,5 @@ FILES_${PN} =+ "${datadir}/gnome* \
43 ${datadir}/PolicyKit \ 43 ${datadir}/PolicyKit \
44 ${libdir}/bonobo \ 44 ${libdir}/bonobo \
45" 45"
46
47PNBLACKLIST[gnome-panel] ?= "Depends on broken libgweather"
diff --git a/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb
index c6fb75b8f..e3f49161a 100644
--- a/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-session/gnome-session_2.32.1.bb
@@ -27,3 +27,6 @@ do_configure_append() {
27RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-ck-connector', '', d)}" 27RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam-plugin-ck-connector', '', d)}"
28FILES_${PN} += "${datadir}/xsessions ${datadir}/icons ${datadir}/gnome ${libdir}/gnome-session/helpers" 28FILES_${PN} += "${datadir}/xsessions ${datadir}/icons ${datadir}/gnome ${libdir}/gnome-session/helpers"
29FILES_${PN}-dbg += "${libexecdir}/gnome-session/helpers/.debug" 29FILES_${PN}-dbg += "${libexecdir}/gnome-session/helpers/.debug"
30
31# http://errors.yoctoproject.org/Errors/Details/68621/
32PNBLACKLIST[gnome-session] ?= "BROKEN: fails to build with gcc-6"
diff --git a/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb b/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb
index 0ac2b20e4..ae28ffd0e 100644
--- a/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb
+++ b/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb
@@ -17,3 +17,6 @@ SRC_URI[archive.sha256sum] = "2c7af2250698b9f9f53c6eaa93211c1118cf2c7e29cbbacfd1
17GNOME_COMPRESS_TYPE="bz2" 17GNOME_COMPRESS_TYPE="bz2"
18 18
19RRECOMMENDS_${PN} += "gnome-common-schemas" 19RRECOMMENDS_${PN} += "gnome-common-schemas"
20
21# http://errors.yoctoproject.org/Errors/Details/68636/
22PNBLACKLIST[gnome-terminal] ?= "BROKEN: fails to build with gcc-6"
diff --git a/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb b/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb
index 6bb6816cb..2caa82081 100644
--- a/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb
+++ b/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb
@@ -21,3 +21,5 @@ SRC_URI += "\
21SRC_URI[archive.md5sum] = "dc4920c15c9f886f73ea74fbff0ae48b" 21SRC_URI[archive.md5sum] = "dc4920c15c9f886f73ea74fbff0ae48b"
22SRC_URI[archive.sha256sum] = "e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29" 22SRC_URI[archive.sha256sum] = "e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29"
23GNOME_COMPRESS_TYPE="bz2" 23GNOME_COMPRESS_TYPE="bz2"
24
25PNBLACKLIST[libgnomecups] ?= "Depends on broken libgnomeui"
diff --git a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb
index 9d41914b2..ff14616d2 100644
--- a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb
+++ b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb
@@ -24,3 +24,5 @@ FILES_${PN}-staticdev += "\
24 ${libdir}/${PN}/${PV}/modules/*.a \ 24 ${libdir}/${PN}/${PV}/modules/*.a \
25 ${libdir}/${PN}/${PV}/modules/*/*.a \ 25 ${libdir}/${PN}/${PV}/modules/*/*.a \
26" 26"
27
28PNBLACKLIST[libgnomeprint] ?= "Depends on broken libgnomecups"
diff --git a/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb b/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb
index 3d3118a92..5d1d251b1 100644
--- a/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb
+++ b/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb
@@ -45,3 +45,5 @@ python populate_packages_prepend () {
45 recursive=True, 45 recursive=True,
46 prepend=True) 46 prepend=True)
47} 47}
48
49PNBLACKLIST[gnumeric] ?= "Depends on broken libgnomeprint"
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 c745e345a..1820ba8d3 100644
--- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
+++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
@@ -26,3 +26,6 @@ do_configure_prepend() {
26} 26}
27 27
28FILES_${PN} += " ${datadir}/gtksourceview-2.0" 28FILES_${PN} += " ${datadir}/gtksourceview-2.0"
29
30# http://errors.yoctoproject.org/Errors/Details/68609/
31PNBLACKLIST[gtksourceview2] ?= "BROKEN: fails to build with gcc-6"
diff --git a/meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb b/meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb
index aeec2d31b..71fe545fc 100644
--- a/meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb
+++ b/meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb
@@ -20,4 +20,5 @@ FILES_${PN} += "${datadir}/gnome* \
20PACKAGES =+ "${PN}-locationdata" 20PACKAGES =+ "${PN}-locationdata"
21FILES_${PN}-locationdata = "${datadir}/libgweather/Locations*" 21FILES_${PN}-locationdata = "${datadir}/libgweather/Locations*"
22 22
23 23# http://errors.yoctoproject.org/Errors/Details/68608/
24PNBLACKLIST[libgweather] ?= "BROKEN: fails to build with gcc-6"
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.3.bb b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.3.bb
index 6fb2786b1..3208a8170 100644
--- a/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.3.bb
+++ b/meta-gnome/recipes-gnome/libgnome/libgnomeui_2.24.3.bb
@@ -5,3 +5,6 @@ PR = "r1"
5SRC_URI[archive.md5sum] = "ceab6f4370581d1a03c09f15cc103099" 5SRC_URI[archive.md5sum] = "ceab6f4370581d1a03c09f15cc103099"
6SRC_URI[archive.sha256sum] = "04c81f3bb5a337cdf3ed1230916f82d29857ee95eb884f58dd2f5c6860efe803" 6SRC_URI[archive.sha256sum] = "04c81f3bb5a337cdf3ed1230916f82d29857ee95eb884f58dd2f5c6860efe803"
7GNOME_COMPRESS_TYPE="bz2" 7GNOME_COMPRESS_TYPE="bz2"
8
9# http://errors.yoctoproject.org/Errors/Details/68607/
10PNBLACKLIST[libgnomeui] ?= "BROKEN: fails to build with gcc-6"
diff --git a/meta-gnome/recipes-gnome/pimlico/tasks_0.19.bb b/meta-gnome/recipes-gnome/pimlico/tasks_0.19.bb
index 992596eaf..47b098045 100644
--- a/meta-gnome/recipes-gnome/pimlico/tasks_0.19.bb
+++ b/meta-gnome/recipes-gnome/pimlico/tasks_0.19.bb
@@ -11,3 +11,6 @@ SRC_URI[md5sum] = "0afd969758561599fd782e1effb39c08"
11SRC_URI[sha256sum] = "1a7fdc5f95a2193a1a25fdb13f071867fb7e42245ce19ccee4bcccb69e557f2e" 11SRC_URI[sha256sum] = "1a7fdc5f95a2193a1a25fdb13f071867fb7e42245ce19ccee4bcccb69e557f2e"
12 12
13PR = "r3" 13PR = "r3"
14
15# tasks-0.19/libkoto/koto-utils.c:81:3: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
16PNBLACKLIST[tasks] ?= "Fails to build with gcc-6"
diff --git a/meta-gnome/recipes-gnome/pimlico/tasks_git.bb b/meta-gnome/recipes-gnome/pimlico/tasks_git.bb
index 6a06da336..32d2ac62e 100644
--- a/meta-gnome/recipes-gnome/pimlico/tasks_git.bb
+++ b/meta-gnome/recipes-gnome/pimlico/tasks_git.bb
@@ -7,3 +7,6 @@ PV = "0.13+git${SRCPV}"
7PR = "r3" 7PR = "r3"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10
11# ../../git/libkoto/koto-utils.c:81:3: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
12PNBLACKLIST[tasks] ?= "Fails to build with gcc-6"
diff --git a/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb b/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb
index 919aa7bca..ab20460f1 100644
--- a/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb
+++ b/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb
@@ -47,3 +47,5 @@ python populate_packages_prepend () {
47 do_split_packages(d, goffice_libdir, '(.*)', 'goffice-plugin-%s', 'Goffice plugin for %s', allow_dirs=True) 47 do_split_packages(d, goffice_libdir, '(.*)', 'goffice-plugin-%s', 'Goffice plugin for %s', allow_dirs=True)
48} 48}
49 49
50# | ../../goffice-0.10.1/goffice/math/go-complex.c:75:3: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
51PNBLACKLIST[goffice] ?= "BROKEN: fails to build with gcc-6"
diff --git a/meta-gnome/recipes-support/tracker/tracker_0.14.2.bb b/meta-gnome/recipes-support/tracker/tracker_0.14.2.bb
index ff5366934..7e6c40007 100644
--- a/meta-gnome/recipes-support/tracker/tracker_0.14.2.bb
+++ b/meta-gnome/recipes-support/tracker/tracker_0.14.2.bb
@@ -83,3 +83,5 @@ FILES_${PN}-nautilus-extension += "${libdir}/nautilus/extensions-2.0/*.so"
83 83
84SRC_URI[md5sum] = "f3a871beeebf86fd752863ebd22af9ac" 84SRC_URI[md5sum] = "f3a871beeebf86fd752863ebd22af9ac"
85SRC_URI[sha256sum] = "9b59330aa2e9e09feee587ded895e9247f71fc25f46b023d616d9969314bc7f1" 85SRC_URI[sha256sum] = "9b59330aa2e9e09feee587ded895e9247f71fc25f46b023d616d9969314bc7f1"
86
87PNBLACKLIST[tracker] ?= "Depends on broken poppler"