[oe] [meta-oe][meta-xfce][PATCHv2] packagegroup-xfce-base, toscoterm, xfce4-terminal: blacklist because of vte

Martin Jansa martin.jansa at gmail.com
Wed Jun 22 17:17:18 UTC 2016


Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/toscoterm/toscoterm_git.bb             | 4 ++++
 meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb  | 4 ++++
 meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb | 2 ++
 3 files changed, 10 insertions(+)

diff --git a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
index 24f813b..a68012a 100644
--- a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
+++ b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
@@ -25,3 +25,7 @@ do_install() {
 }
 
 RDEPENDS_${PN}_append_libc-glibc += "glibc-gconv-ibm437"
+
+# http://lists.openembedded.org/pipermail/openembedded-core/2016-June/122916.html
+# http://errors.yoctoproject.org/Errors/Details/69556/
+PNBLACKLIST[toscoterm] ?= "BROKEN: not compatible with vte 0.44.1, needs 0.28.2"
diff --git a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb
index 1049b27..b0bce96 100644
--- a/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb
+++ b/meta-xfce/recipes-apps/xfce4-terminal/xfce4-terminal_0.6.3.bb
@@ -10,3 +10,7 @@ FILES_${PN} += "${datadir}/xfce4 \
 
 SRC_URI[md5sum] = "6a2816d8b0933cd707ed456ceb731399"
 SRC_URI[sha256sum] = "912f4716c2395a14a80620ef982b4af1e2a67a8df9a1ef0b802ecae826057e08"
+
+# http://lists.openembedded.org/pipermail/openembedded-core/2016-June/122916.html
+# http://errors.yoctoproject.org/Errors/Details/69552/
+PNBLACKLIST[xfce4-terminal] ?= "BROKEN: not compatible with vte 0.44.1, needs 0.28.2"
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
index 28cfc7f..1fa5011 100644
--- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
@@ -33,3 +33,5 @@ RDEPENDS_${PN} = " \
     thunar \
     thunar-volman \
 "
+
+PNBLACKLIST[packagegroup-xfce-base] ?= "Depends on broken xfce4-terminal"
-- 
2.9.0




More information about the Openembedded-devel mailing list