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