summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/maliit/maliit-framework_git.bb2
-rw-r--r--meta-oe/recipes-support/maliit/maliit-plugins_git.bb2
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/maliit/maliit-framework_git.bb b/meta-oe/recipes-support/maliit/maliit-framework_git.bb
index b165e9f1ad..f387ce26b1 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"
6 6
7inherit autotools qt4x11 gtk-immodules-cache 7inherit autotools qt4x11 gtk-immodules-cache
8 8
9PNBLACKLIST[maliit-framework] = "BROKEN: Wasn't updated to work with B!=S, maybe incorrectly inherits autotools"
10
9DEPENDS = "libxcomposite dbus gtk+3 gtk+" 11DEPENDS = "libxcomposite dbus gtk+3 gtk+"
10 12
11SRC_URI = "git://github.com/maliit/framework.git;branch=master \ 13SRC_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 903825adfd..0fa8ac25ef 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"
6 6
7inherit autotools qt4x11 7inherit autotools qt4x11
8 8
9PNBLACKLIST[maliit-plugins] = "BROKEN: depends on broken maliit-framework"
10
9DEPENDS = "maliit-framework" 11DEPENDS = "maliit-framework"
10 12
11RDEPENDS_${PN} += "qt4-plugin-iconengine-svgicon qt4-plugin-imageformat-svg" 13RDEPENDS_${PN} += "qt4-plugin-iconengine-svgicon qt4-plugin-imageformat-svg"