libgweather: update to 2.30.3
authorKoen Kooi <koen@dominion.thruhere.net>
Tue, 21 Jun 2011 08:18:10 +0000 (10:18 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:13:26 +0000 (08:13 -0800)
(From meta-openembedded rev: 7918094173dcb34b7bcfc6f733cf547891b96d7a)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb [moved from meta-openembedded/meta-gnome/recipes-gnome/gweather/libgweather_2.28.0.bb with 53% similarity]

@@ -2,17 +2,14 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 SECTION = "x11/gnome/libs"
-DEPENDS = "libgnome libsoup-2.4 gtk+ gnome-keyring"
+DEPENDS = "libxml2 gconf libsoup-2.4 gtk+ libgnome-keyring"
 
 inherit gnome
 
-SRC_URI[archive.md5sum] = "9f4457144d32d4004e0e045240ab51dc"
-SRC_URI[archive.sha256sum] = "65fd8e4d7b617de7aac5a5d7d9bebde63ead828bcdc3e8f73f038ce03e669654"
-
-EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2"
+SRC_URI[archive.md5sum] = "bf6a0a05051341ecb250f332e3edfb88"
+SRC_URI[archive.sha256sum] = "b835374661423f37c46aa8e37368ae24a68856f117b7c21e475a21efdba5264c"
 
 do_configure_prepend() {
-        sed -i -e 's:help::'    ${S}/Makefile.am
        sed -i -e 's: doc : :g' ${S}/Makefile.am
 }