summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gtk-engines
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-06-10 15:39:40 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-24 23:46:58 +0100
commit429985c1f6e50baec6ba03f35f323a4e8c7f72dd (patch)
tree2de80ebe2bcdb5bd9bbbafe281270858355a8805 /meta/recipes-gnome/gtk-engines
parent7ce920920d9d466c05dea63c5bb9272984a0973a (diff)
downloadpoky-429985c1f6e50baec6ba03f35f323a4e8c7f72dd.tar.gz
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. (From OE-Core rev: 0f9ea90dde8f63aace19531e066580e41bf3d7cc) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gtk-engines')
-rw-r--r--meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb1
1 files changed, 1 insertions, 0 deletions
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 "
32RDEPENDS_${PN}-dev = "" 32RDEPENDS_${PN}-dev = ""
33 33
34inherit gnomebase 34inherit gnomebase
35GNOME_COMPRESS_TYPE="bz2"
35 36
36python populate_packages_prepend() { 37python populate_packages_prepend() {
37 engines_root = os.path.join(d.getVar('libdir', True), "gtk-2.0/2.10.0/engines") 38 engines_root = os.path.join(d.getVar('libdir', True), "gtk-2.0/2.10.0/engines")