From d518b89505e1a000ba0042f626bc6a6be3c70bbe Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 26 Aug 2015 13:07:01 +0300 Subject: 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 Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-gnome/recipes-gnome/gnome-backgrounds') diff --git a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb index ca18341ec6..2adb81b598 100644 --- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb @@ -13,6 +13,7 @@ inherit gnomebase SRC_URI[archive.md5sum] = "3df26626483b02e51adefc6ab5945a8d" SRC_URI[archive.sha256sum] = "4d7b60b5ba768bf8834b5fa3a3471cd9a9e14b5884bc210dc2d3cdbf1faddcef" +GNOME_COMPRESS_TYPE="bz2" FILES_${PN} += "${datadir}/gnome-background-properties" -- cgit 1.2.3-korg