From 618944131d02bc321ccc648ee706ba2b26069fd3 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 19 Jun 2014 11:26:23 +0200 Subject: maliit-framework, maliit-plugins: Blacklist because of broken build with B!=S Signed-off-by: Martin Jansa --- 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(+) (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/maliit/maliit-framework_git.bb b/meta-oe/recipes-support/maliit/maliit-framework_git.bb index b165e9f1a..f387ce26b 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 903825adf..0fa8ac25e 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" -- cgit v1.2.3-54-g00ecf