diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-08-26 13:07:01 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-31 19:17:08 +0200 |
commit | d518b89505e1a000ba0042f626bc6a6be3c70bbe (patch) | |
tree | 1bf43f7b4d7e0486e56f7cf1d7665374a99b0639 /meta-gnome/recipes-gnome/bonobo | |
parent | 3f60517f5fea6590ac0a52cc99f10a0b91189f35 (diff) | |
download | meta-openembedded-d518b89505e1a000ba0042f626bc6a6be3c70bbe.tar.gz |
gnome: add explicit bz2 compress type to older packages
The default was changed to xz in the gnomebase class to match the upstream.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/bonobo')
-rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb | 2 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb b/meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb index a83a0f1f5..fd4d81210 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb +++ b/meta-gnome/recipes-gnome/bonobo/libbonobo_2.32.1.bb | |||
@@ -5,4 +5,4 @@ SRC_URI += "file://0001-Remove-use-of-G_DISABLE_DEPRECATED.patch \ | |||
5 | " | 5 | " |
6 | SRC_URI[archive.md5sum] = "27fa902d4fdf6762ee010e7053aaf77b" | 6 | SRC_URI[archive.md5sum] = "27fa902d4fdf6762ee010e7053aaf77b" |
7 | SRC_URI[archive.sha256sum] = "9160d4f277646400d3bb6b4fa73636cc6d1a865a32b9d0760e1e9e6ee624976b" | 7 | SRC_URI[archive.sha256sum] = "9160d4f277646400d3bb6b4fa73636cc6d1a865a32b9d0760e1e9e6ee624976b" |
8 | 8 | GNOME_COMPRESS_TYPE="bz2" | |
diff --git a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb index f3e37a991..627f37ed9 100644 --- a/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb +++ b/meta-gnome/recipes-gnome/bonobo/libbonoboui_2.24.5.bb | |||
@@ -9,6 +9,7 @@ SRC_URI += "file://gcc5.patch" | |||
9 | 9 | ||
10 | SRC_URI[archive.md5sum] = "853be8e28aaa4ce48ba60be7d9046bf4" | 10 | SRC_URI[archive.md5sum] = "853be8e28aaa4ce48ba60be7d9046bf4" |
11 | SRC_URI[archive.sha256sum] = "fab5f2ac6c842d949861c07cb520afe5bee3dce55805151ce9cd01be0ec46fcd" | 11 | SRC_URI[archive.sha256sum] = "fab5f2ac6c842d949861c07cb520afe5bee3dce55805151ce9cd01be0ec46fcd" |
12 | GNOME_COMPRESS_TYPE="bz2" | ||
12 | 13 | ||
13 | DEPENDS = "libgnomecanvas libbonobo libgnome glib-2.0 gconf libxml2 libglade gnome-common intltool-native" | 14 | DEPENDS = "libgnomecanvas libbonobo libgnome glib-2.0 gconf libxml2 libglade gnome-common intltool-native" |
14 | 15 | ||