From 0f9ea90dde8f63aace19531e066580e41bf3d7cc Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 10 Jun 2015 15:39:40 +0300 Subject: classes/gnomebase: change tarball compression to xz Upstream, xz has been the only format for some time now, so let's make it the default and adjust recipes that package old stuff. Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb') diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb index 036aa27b3a..c30454cab5 100644 --- a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb +++ b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb @@ -32,6 +32,7 @@ CFLAGS_prepend = "-DHAVE_ANIMATION " RDEPENDS_${PN}-dev = "" inherit gnomebase +GNOME_COMPRESS_TYPE="bz2" python populate_packages_prepend() { engines_root = os.path.join(d.getVar('libdir', True), "gtk-2.0/2.10.0/engines") -- cgit 1.2.3-korg