diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-06-10 15:39:40 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-24 23:46:58 +0100 |
commit | 429985c1f6e50baec6ba03f35f323a4e8c7f72dd (patch) | |
tree | 2de80ebe2bcdb5bd9bbbafe281270858355a8805 /meta/recipes-graphics/pango/pango_1.36.8.bb | |
parent | 7ce920920d9d466c05dea63c5bb9272984a0973a (diff) | |
download | poky-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-graphics/pango/pango_1.36.8.bb')
-rw-r--r-- | meta/recipes-graphics/pango/pango_1.36.8.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-graphics/pango/pango_1.36.8.bb b/meta/recipes-graphics/pango/pango_1.36.8.bb index 4605c768a5..f4e4250409 100644 --- a/meta/recipes-graphics/pango/pango_1.36.8.bb +++ b/meta/recipes-graphics/pango/pango_1.36.8.bb | |||
@@ -2,8 +2,6 @@ require pango.inc | |||
2 | 2 | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
4 | 4 | ||
5 | GNOME_COMPRESS_TYPE="xz" | ||
6 | |||
7 | SRC_URI += "file://run-ptest \ | 5 | SRC_URI += "file://run-ptest \ |
8 | file://multilib-fix-clean.patch \ | 6 | file://multilib-fix-clean.patch \ |
9 | " | 7 | " |