[oe] [meta-oe][WIP][PATCH 3/7] libgnomeprint: Blacklist because of missing freetype-config

Martin Jansa martin.jansa at gmail.com
Mon Jul 7 10:45:15 UTC 2014


Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb
index c224d86..c5fd152 100644
--- a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb
+++ b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb
@@ -1,6 +1,10 @@
 LICENSE = "GPLv2"
 SECTION = "x11/gnome/libs"
 
+# | checking for freetype-config... no
+# | configure: error: You need FreeType2 (freetype-devel v 2.x package) for this version of libgnomeprint
+PNBLACKLIST[libgnomeprint] = "Broken without freetype-config"
+
 DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common freetype"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-- 
2.0.0




More information about the Openembedded-devel mailing list