Signed-off-by: Martin Jansa <[email protected]> --- meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb | 2 ++ meta-oe/recipes-support/maliit/maliit-framework_git.bb | 2 ++ meta-oe/recipes-support/maliit/maliit-plugins_git.bb | 2 ++ 3 files changed, 6 insertions(+)
diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb index 0127b31..605e272 100644 --- a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb +++ b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.10.bb @@ -6,6 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" PR = "r2" +PNBLACKLIST[libsdl-ttf] = "BROKEN: needst to be updated to use freetype2 pkg-config not freetype2-config" + SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-${PV}.tar.gz \ file://configure.patch \ " 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" -- 2.0.0 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
