[oe-commits] Martin Jansa : maliit-framework, maliit-plugins: Blacklist because of broken build with B!=S

git at git.openembedded.org git at git.openembedded.org
Sat Jun 21 17:24:48 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 618944131d02bc321ccc648ee706ba2b26069fd3
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=618944131d02bc321ccc648ee706ba2b26069fd3

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jun 19 11:26:23 2014 +0200

maliit-framework, maliit-plugins: Blacklist because of broken build with B!=S

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/maliit/maliit-framework_git.bb | 2 ++
 meta-oe/recipes-support/maliit/maliit-plugins_git.bb   | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/meta-oe/recipes-support/maliit/maliit-framework_git.bb b/meta-oe/recipes-support/maliit/maliit-framework_git.bb
index b165e9f..f387ce2 100644
--- a/meta-oe/recipes-support/maliit/maliit-framework_git.bb
+++ b/meta-oe/recipes-support/maliit/maliit-framework_git.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=5c917f6ce94ceb8d8d5e16e2fca5b9ad"
 
 inherit autotools qt4x11 gtk-immodules-cache
 
+PNBLACKLIST[maliit-framework] = "BROKEN: Wasn't updated to work with B!=S, maybe incorrectly inherits autotools"
+
 DEPENDS = "libxcomposite dbus gtk+3 gtk+"
 
 SRC_URI = "git://github.com/maliit/framework.git;branch=master \
diff --git a/meta-oe/recipes-support/maliit/maliit-plugins_git.bb b/meta-oe/recipes-support/maliit/maliit-plugins_git.bb
index 903825a..0fa8ac2 100644
--- a/meta-oe/recipes-support/maliit/maliit-plugins_git.bb
+++ b/meta-oe/recipes-support/maliit/maliit-plugins_git.bb
@@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f29b21caa8e460097bfad9c026a33621"
 
 inherit autotools qt4x11
 
+PNBLACKLIST[maliit-plugins] = "BROKEN: depends on broken maliit-framework"
+
 DEPENDS = "maliit-framework"
 
 RDEPENDS_${PN} += "qt4-plugin-iconengine-svgicon qt4-plugin-imageformat-svg"



More information about the Openembedded-commits mailing list