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

git at git.openembedded.org git at git.openembedded.org
Sat Jun 21 17:25:27 UTC 2014


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

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

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

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

---

 meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb    | 2 ++
 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 ++
 5 files changed, 10 insertions(+)

diff --git a/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb b/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb
index 39780bb..7cd6c65 100644
--- a/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb
+++ b/meta-gnome/recipes-gnome/abiword/abiword_3.0.0.bb
@@ -14,6 +14,8 @@ SRC_URI = "http://www.abisource.com/downloads/${BPN}/${PV}/source/${BP}.tar.gz \
            file://autogen-common.sh \
 "
 
+PNBLACKLIST[abiword] = "BROKEN: depends on broken wv -> libgsf"
+
 LIC_FILES_CHKSUM = "file://COPYING;md5=c5edcc3ccd864b19004d14e9c1c9a26a"
 
 SRC_URI[md5sum] = "8d9c41cff3a8fbef8d0c835c65600e65"
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