diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-08-01 15:34:55 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-05 12:02:41 +0200 |
commit | d35ade7045b019504cc445e9d751cef71ebbf0c9 (patch) | |
tree | efdad145e49e8e36bb7df5672e8ec7655496118c | |
parent | 654ee4224cc16837d95d386d80276a34acafee9d (diff) | |
download | meta-openembedded-d35ade7045b019504cc445e9d751cef71ebbf0c9.tar.gz |
gnumeric: remove blacklist. libgsf has been fixed
Also fix S!=B issue.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gnumeric/gnumeric_1.12.0.bb | 4 |
1 files changed, 1 insertions, 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 955148d02..71f99cafb 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}" | |||
5 | DEPENDS = "gdk-pixbuf libgsf gtk+3 libxml2 libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libbonoboui orbit2-native goffice" | 5 | DEPENDS = "gdk-pixbuf libgsf gtk+3 libxml2 libglade libart-lgpl intltool-native libgnomecanvas libgnomeprint libbonoboui orbit2-native goffice" |
6 | SUMMARY = "Gnumeric spreadsheet for GNOME" | 6 | SUMMARY = "Gnumeric spreadsheet for GNOME" |
7 | 7 | ||
8 | PNBLACKLIST[gnumeric] = "BROKEN: depends on broken libgsf" | ||
9 | |||
10 | GNOME_COMPRESS_TYPE = "xz" | 8 | GNOME_COMPRESS_TYPE = "xz" |
11 | 9 | ||
12 | inherit gnome | 10 | inherit gnome |
@@ -33,7 +31,7 @@ FILES_gnumeric-goffice = "${libdir}/goffice/*/plugins/gnumeric/*" | |||
33 | # This hack works around the problem mentioned here: | 31 | # This hack works around the problem mentioned here: |
34 | # https://mail.gnome.org/archives/gnumeric-list/2010-February/msg00006.html | 32 | # https://mail.gnome.org/archives/gnumeric-list/2010-February/msg00006.html |
35 | do_install_prepend() { | 33 | do_install_prepend() { |
36 | sed -i ${S}/doc/C/Makefile -e 's/\tfor file in $(omffile); do/\t-for file in $(omffile); do/' | 34 | sed -i ${B}/doc/C/Makefile -e 's/\tfor file in $(omffile); do/\t-for file in $(omffile); do/' |
37 | } | 35 | } |
38 | 36 | ||
39 | python populate_packages_prepend () { | 37 | python populate_packages_prepend () { |