[oe-commits] Martin Jansa : libgsf, gnumeric, wv, goffice: Blacklist because of broken libgsf after glib upgrade

git at git.openembedded.org git at git.openembedded.org
Sat Jun 21 09:38:54 UTC 2014


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

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

libgsf, gnumeric, wv, goffice: Blacklist because of broken libgsf after glib upgrade

Signed-off-by: Martin Jansa <Martin.Jansa at 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



More information about the Openembedded-commits mailing list