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:43:28 +0100 |
commit | 0f9ea90dde8f63aace19531e066580e41bf3d7cc (patch) | |
tree | 011b40d2f2d212b09fa915dbedea446408fa48dd /meta/recipes-gnome/json-glib/json-glib_1.0.4.bb | |
parent | 4c76dd4ee10e3be147951824a4c082f271f90e62 (diff) | |
download | openembedded-core-0f9ea90dde8f63aace19531e066580e41bf3d7cc.tar.gz openembedded-core-0f9ea90dde8f63aace19531e066580e41bf3d7cc.tar.bz2 openembedded-core-0f9ea90dde8f63aace19531e066580e41bf3d7cc.zip |
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 <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-gnome/json-glib/json-glib_1.0.4.bb')
-rw-r--r-- | meta/recipes-gnome/json-glib/json-glib_1.0.4.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-gnome/json-glib/json-glib_1.0.4.bb b/meta/recipes-gnome/json-glib/json-glib_1.0.4.bb index 2e6a908a1f..4908ac08a7 100644 --- a/meta/recipes-gnome/json-glib/json-glib_1.0.4.bb +++ b/meta/recipes-gnome/json-glib/json-glib_1.0.4.bb @@ -10,8 +10,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" DEPENDS = "glib-2.0" -GNOME_COMPRESS_TYPE = "xz" - SRC_URI[archive.md5sum] = "3131b0417ecde3da1ae72acceaa375cf" SRC_URI[archive.sha256sum] = "80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd" |