All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][WIP][PATCH] libgsf, gnumeric, wv, goffice: Blacklist because of broken libgsf after glib upgrade
@ 2014-06-19  9:16 Martin Jansa
  0 siblings, 0 replies; only message in thread
From: Martin Jansa @ 2014-06-19  9:16 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb | 2 ++
 meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb    | 2 ++
 meta-gnome/recipes-gnome/wv/wv_1.2.0.bb              | 2 ++
 meta-gnome/recipes-support/goffice/goffice_0.10.1.bb | 2 ++
 4 files changed, 8 insertions(+)

diff --git a/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb b/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb
index 3c7d92f..955148d 100644
--- a/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb
+++ b/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb
@@ -5,6 +5,8 @@ S = "${WORKDIR}/gnumeric-${PV}"
 DEPENDS = "gdk-pixbuf libgsf gtk+3 libxml2 libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libbonoboui orbit2-native goffice"
 SUMMARY = "Gnumeric spreadsheet for GNOME"
 
+PNBLACKLIST[gnumeric] = "BROKEN: depends on broken libgsf"
+
 GNOME_COMPRESS_TYPE = "xz"
 
 inherit gnome
diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb
index d08552a..7d7776c 100644
--- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb
+++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb
@@ -7,6 +7,8 @@ SECTION = "libs"
 
 DEPENDS= "libxml2 bzip2 glib-2.0 zlib"
 
+PNBLACKLIST[libgsf] = "BROKEN: since glib upgrade error: implicit declaration of function 'g_memmove' [-Werror=implicit-function-declaration]"
+
 inherit autotools pkgconfig gnome gconf
 
 SRC_URI[archive.md5sum] = "3c5a4fbd16a727c36974078e6d0e9575"
diff --git a/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb b/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb
index 1e385d3..c125696 100644
--- a/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb
+++ b/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb
@@ -3,6 +3,8 @@ HOMEPAGE = "http://wvware.sourceforge.net/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=6cbca01f1c9178aca280e8ff64d85b2f"
 
+PNBLACKLIST[wv] = "BROKEN: depends on broken libgsf"
+
 DEPENDS = "libgsf glib-2.0 libpng"
 PR = "r5"
 
diff --git a/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb b/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb
index 24c4d0f..b64119d 100644
--- a/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb
+++ b/meta-gnome/recipes-support/goffice/goffice_0.10.1.bb
@@ -3,6 +3,8 @@ DESCRIPTION="Gnome Office Library"
 LICENSE="GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=6dc33ff21e1ba1ac1a2a1069d361e29e"
 
+PNBLACKLIST[goffice] = "BROKEN: depends on broken libgsf"
+
 DEPENDS = "libxml-parser-perl-native glib-2.0 gtk+3 pango cairo libgsf libpcre libxml2 libart-lgpl librsvg"
 
 inherit gnomebase pkgconfig perlnative
-- 
2.0.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-19  9:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-19  9:16 [meta-oe][WIP][PATCH] libgsf, gnumeric, wv, goffice: Blacklist because of broken libgsf after glib upgrade Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.