[oe-commits] Koen Kooi : gnumeric: remove blacklist. libgsf has been fixed

git at git.openembedded.org git at git.openembedded.org
Tue Aug 5 10:06:11 UTC 2014


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Aug  1 15:34:55 2014 +0200

gnumeric: remove blacklist. libgsf has been fixed

Also fix S!=B issue.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

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 955148d..71f99ca 100644
--- a/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb
+++ b/meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb
@@ -5,8 +5,6 @@ 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
@@ -33,7 +31,7 @@ FILES_gnumeric-goffice = "${libdir}/goffice/*/plugins/gnumeric/*"
 # This hack works around the problem mentioned here:
 # https://mail.gnome.org/archives/gnumeric-list/2010-February/msg00006.html
 do_install_prepend() {
-    sed -i ${S}/doc/C/Makefile -e 's/\tfor file in $(omffile); do/\t-for file in $(omffile); do/'
+    sed -i ${B}/doc/C/Makefile -e 's/\tfor file in $(omffile); do/\t-for file in $(omffile); do/'
 }
 
 python populate_packages_prepend () {



More information about the Openembedded-commits mailing list