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/gnome-vfs | |
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/gnome-vfs')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb index 6988b3a5e..48132ff89 100644 --- a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb +++ b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb | |||
@@ -29,6 +29,7 @@ SRC_URI += " \ | |||
29 | 29 | ||
30 | SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e" | 30 | SRC_URI[archive.md5sum] = "a05fab03eeef10a47dd156b758982f2e" |
31 | SRC_URI[archive.sha256sum] = "62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa" | 31 | SRC_URI[archive.sha256sum] = "62de64b5b804eb04104ff98fcd6a8b7276d510a49fbd9c0feb568f8996444faa" |
32 | GNOME_COMPRESS_TYPE="bz2" | ||
32 | 33 | ||
33 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" | 34 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}" |
34 | PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" | 35 | PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" |