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-support | |
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-support')
-rw-r--r-- | meta/recipes-support/atk/atk_2.16.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/libcroco/libcroco_0.6.8.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/vte/vte_0.28.2.bb | 4 |
3 files changed, 2 insertions, 6 deletions
diff --git a/meta/recipes-support/atk/atk_2.16.0.bb b/meta/recipes-support/atk/atk_2.16.0.bb index e29469b50b..0f8f9b5207 100644 --- a/meta/recipes-support/atk/atk_2.16.0.bb +++ b/meta/recipes-support/atk/atk_2.16.0.bb | |||
@@ -12,8 +12,6 @@ DEPENDS = "glib-2.0" | |||
12 | 12 | ||
13 | inherit gnomebase gtk-doc | 13 | inherit gnomebase gtk-doc |
14 | 14 | ||
15 | GNOME_COMPRESS_TYPE = "xz" | ||
16 | |||
17 | SRC_URI[archive.md5sum] = "c7c5002bd6e58b4723a165f1bf312116" | 15 | SRC_URI[archive.md5sum] = "c7c5002bd6e58b4723a165f1bf312116" |
18 | SRC_URI[archive.sha256sum] = "095f986060a6a0b22eb15eef84ae9f14a1cf8082488faa6886d94c37438ae562" | 16 | SRC_URI[archive.sha256sum] = "095f986060a6a0b22eb15eef84ae9f14a1cf8082488faa6886d94c37438ae562" |
19 | 17 | ||
diff --git a/meta/recipes-support/libcroco/libcroco_0.6.8.bb b/meta/recipes-support/libcroco/libcroco_0.6.8.bb index 88696a4f47..2b1b910631 100644 --- a/meta/recipes-support/libcroco/libcroco_0.6.8.bb +++ b/meta/recipes-support/libcroco/libcroco_0.6.8.bb | |||
@@ -17,7 +17,5 @@ BINCONFIG = "${bindir}/croco-0.6-config" | |||
17 | 17 | ||
18 | inherit autotools pkgconfig gnomebase gtk-doc binconfig-disabled | 18 | inherit autotools pkgconfig gnomebase gtk-doc binconfig-disabled |
19 | 19 | ||
20 | GNOME_COMPRESS_TYPE = "xz" | ||
21 | |||
22 | SRC_URI[archive.md5sum] = "767e73c4174f75b99695d4530fd9bb80" | 20 | SRC_URI[archive.md5sum] = "767e73c4174f75b99695d4530fd9bb80" |
23 | SRC_URI[archive.sha256sum] = "ea6e1b858c55219cefd7109756bff5bc1a774ba7a55f7d3ccd734d6b871b8570" | 21 | SRC_URI[archive.sha256sum] = "ea6e1b858c55219cefd7109756bff5bc1a774ba7a55f7d3ccd734d6b871b8570" |
diff --git a/meta/recipes-support/vte/vte_0.28.2.bb b/meta/recipes-support/vte/vte_0.28.2.bb index 9dab390642..68bc16d8b4 100644 --- a/meta/recipes-support/vte/vte_0.28.2.bb +++ b/meta/recipes-support/vte/vte_0.28.2.bb | |||
@@ -8,5 +8,5 @@ SRC_URI += "file://obsolete_automake_macros.patch" | |||
8 | 8 | ||
9 | CFLAGS += "-D_GNU_SOURCE" | 9 | CFLAGS += "-D_GNU_SOURCE" |
10 | 10 | ||
11 | SRC_URI[archive.md5sum] = "f07a4bf943194f94b7f142db8f7f36dc" | 11 | SRC_URI[archive.md5sum] = "497f26e457308649e6ece32b3bb142ff" |
12 | SRC_URI[archive.sha256sum] = "8d04e202b617373dfb47689e5e628febe2c58840b34cccc4af4feb88c48df903" | 12 | SRC_URI[archive.sha256sum] = "86cf0b81aa023fa93ed415653d51c96767f20b2d7334c893caba71e42654b0ae" |