diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-21 10:18:10 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-21 10:18:10 +0200 |
commit | 7918094173dcb34b7bcfc6f733cf547891b96d7a (patch) | |
tree | 65e3527e6fdb622aa378c334c7f95dfe76c667ef | |
parent | 91c5f7478d43ae73cd5d44375b26b3a38c39e459 (diff) | |
download | meta-openembedded-7918094173dcb34b7bcfc6f733cf547891b96d7a.tar.gz |
libgweather: update to 2.30.3
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb (renamed from meta-gnome/recipes-gnome/gweather/libgweather_2.28.0.bb) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-gnome/recipes-gnome/gweather/libgweather_2.28.0.bb b/meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb index c194907ed5..f54e9dcac0 100644 --- a/meta-gnome/recipes-gnome/gweather/libgweather_2.28.0.bb +++ b/meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb | |||
@@ -2,17 +2,14 @@ LICENSE = "GPLv2" | |||
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
3 | 3 | ||
4 | SECTION = "x11/gnome/libs" | 4 | SECTION = "x11/gnome/libs" |
5 | DEPENDS = "libgnome libsoup-2.4 gtk+ gnome-keyring" | 5 | DEPENDS = "libxml2 gconf libsoup-2.4 gtk+ libgnome-keyring" |
6 | 6 | ||
7 | inherit gnome | 7 | inherit gnome |
8 | 8 | ||
9 | SRC_URI[archive.md5sum] = "9f4457144d32d4004e0e045240ab51dc" | 9 | SRC_URI[archive.md5sum] = "bf6a0a05051341ecb250f332e3edfb88" |
10 | SRC_URI[archive.sha256sum] = "65fd8e4d7b617de7aac5a5d7d9bebde63ead828bcdc3e8f73f038ce03e669654" | 10 | SRC_URI[archive.sha256sum] = "b835374661423f37c46aa8e37368ae24a68856f117b7c21e475a21efdba5264c" |
11 | |||
12 | EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2" | ||
13 | 11 | ||
14 | do_configure_prepend() { | 12 | do_configure_prepend() { |
15 | sed -i -e 's:help::' ${S}/Makefile.am | ||
16 | sed -i -e 's: doc : :g' ${S}/Makefile.am | 13 | sed -i -e 's: doc : :g' ${S}/Makefile.am |
17 | } | 14 | } |
18 | 15 | ||