[oe-commits] Martin Jansa : libgnomeprint: Blacklist because of missing freetype-config

git at git.openembedded.org git at git.openembedded.org
Tue Jul 15 13:05:13 UTC 2014


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jul  7 12:16:22 2014 +0200

libgnomeprint: Blacklist because of missing freetype-config

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"



More information about the Openembedded-commits mailing list