aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2015-08-25 02:33:32 -0700
committerRobert Yang <liezhi.yang@windriver.com>2015-08-25 02:43:23 -0700
commite53444b259eed2ea885b0c260a6a1327603f92cf (patch)
tree7a8c56e82cc86f9c30dc5d112824be00b7442062
parent849d65d55e4df5fa443b2cb7b4cee23913fc9d5a (diff)
downloadopenembedded-core-contrib-rbt/bz2.tar.gz
libnotify: set GNOME_COMPRESS_TYPE to bz2rbt/bz2
Fixed do_fetch error: WARNING: Failed to fetch URL http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.6/libnotify-0.6.0.tar.xz;name=archive, attempting MIRRORS if available ERROR: Fetcher failure: Fetch command failed with exit code 8, output: http://ftp.gnome.org/pub/GNOME/sources/libnotify/0.6/libnotify-0.6.0.tar.xz: 2015-08-25 02:31:32 ERROR 404: Not Found. There are .tar.gz and .bz2, but no .tar.xz. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-rw-r--r--meta/recipes-gnome/libnotify/libnotify_0.6.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
index e6ee89bd01..b90dbe4aa9 100644
--- a/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
+++ b/meta/recipes-gnome/libnotify/libnotify_0.6.0.bb
@@ -12,6 +12,8 @@ inherit gnomebase distro_features_check
# Requires gdk/gdkx.h which is provided by gtk when x11 in DISTRO_FEATURES
REQUIRED_DISTRO_FEATURES = "x11"
+GNOME_COMPRESS_TYPE = "bz2"
+
SRC_URI[archive.md5sum] = "732c9d2cd5eb6a9069264a319d330516"
SRC_URI[archive.sha256sum] = "73b16a79bb2fed62dcf146b11c4405776cb96a09dce66379ca541da7dbd64210"