diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2013-04-13 17:15:00 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-19 02:45:27 +0200 |
commit | 1bceff8b10a3776bec70bd16ef5bd6e3cf49f6dc (patch) | |
tree | 615e8243ab702eb3422e70b7b0089027e0767402 /meta-gnome | |
parent | 1f425a0658d475ff44c0cb291cc0cfc4fb115985 (diff) | |
download | meta-openembedded-1bceff8b10a3776bec70bd16ef5bd6e3cf49f6dc.tar.gz |
libgsf: update to version 1.14.26
Previous version was 1.14.21, but Gnumeric requires at least 1.14.24.
Since we are changing it, we pick the latest available version.
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb (renamed from meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb) | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb index 115796222..5dcd73028 100644 --- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb +++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.26.bb | |||
@@ -3,21 +3,25 @@ LICENSE = "GPLv2 & LGPLv2.1" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \ |
4 | file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63" | 4 | file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63" |
5 | 5 | ||
6 | PR = "r4" | ||
7 | |||
8 | SECTION = "libs" | 6 | SECTION = "libs" |
9 | 7 | ||
10 | DEPENDS= "libxml2 bzip2 glib-2.0 zlib" | 8 | DEPENDS= "libxml2 bzip2 glib-2.0 zlib" |
11 | 9 | ||
12 | inherit autotools pkgconfig gnome gconf | 10 | inherit autotools pkgconfig gnome gconf |
13 | 11 | ||
14 | SRC_URI[archive.md5sum] = "2b702648b853402554c97d75405c60d3" | 12 | SRC_URI[archive.md5sum] = "3c5a4fbd16a727c36974078e6d0e9575" |
15 | SRC_URI[archive.sha256sum] = "eef0a9d6eca4e6af6c16b208947e3c958c428b94d22792bdd0b80c08a4b301db" | 13 | SRC_URI[archive.sha256sum] = "8919e725aadd785380350c8dec7427d82cf33164bc9a9a549df9440a0c3da6d5" |
14 | |||
15 | GNOME_COMPRESS_TYPE = "xz" | ||
16 | 16 | ||
17 | EXTRA_OECONF = "\ | 17 | EXTRA_OECONF = "\ |
18 | --without-python \ | 18 | --without-python \ |
19 | --without-gnome-vfs --without-bonobo \ | 19 | --without-gnome-vfs \ |
20 | --disable-gtk-doc \ | 20 | --without-bonobo \ |
21 | --with-bz2" | 21 | --disable-gtk-doc \ |
22 | --with-bz2 \ | ||
23 | " | ||
22 | 24 | ||
23 | RDEPENDS_${PN} = "gconf" | 25 | RDEPENDS_${PN} = "gconf" |
26 | |||
27 | FILES_${PN} += "${datadir}/thumbnailers" | ||