diff --git a/meta-gnome/recipes-gnome/gweather/libgweather_2.28.0.bb b/meta-gnome/recipes-gnome/gweather/libgweather_2.30.3.bb similarity index 53% rename from meta-gnome/recipes-gnome/gweather/libgweather_2.28.0.bb rename to 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" 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 }