[oe-commits] Martin Jansa : libsdl-ttf: Blacklist because of broken libsdl-ttf after freetype2-config was removed

git at git.openembedded.org git at git.openembedded.org
Thu Jun 19 11:45:03 UTC 2014


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

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

libsdl-ttf: Blacklist because of broken libsdl-ttf after freetype2-config was removed

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

---

 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"



More information about the Openembedded-commits mailing list