aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/pimlico
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/pimlico')
-rw-r--r--meta-gnome/recipes-gnome/pimlico/tasks_0.19.bb3
-rw-r--r--meta-gnome/recipes-gnome/pimlico/tasks_git.bb3
2 files changed, 6 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/pimlico/tasks_0.19.bb b/meta-gnome/recipes-gnome/pimlico/tasks_0.19.bb
index 992596eaf3..47b0980455 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"
SRC_URI[sha256sum] = "1a7fdc5f95a2193a1a25fdb13f071867fb7e42245ce19ccee4bcccb69e557f2e"
PR = "r3"
+
+# tasks-0.19/libkoto/koto-utils.c:81:3: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
+PNBLACKLIST[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 6a06da3363..32d2ac62ea 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}"
PR = "r3"
S = "${WORKDIR}/git"
+
+# ../../git/libkoto/koto-utils.c:81:3: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
+PNBLACKLIST[tasks] ?= "Fails to build with gcc-6"