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 | |
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>
-rw-r--r-- | meta/classes/gnomebase.bbclass | 2 | ||||
-rw-r--r-- | meta/recipes-core/glib-networking/glib-networking_2.44.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-common_3.14.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb | 1 | ||||
-rw-r--r-- | meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | 1 | ||||
-rw-r--r-- | meta/recipes-gnome/json-glib/json-glib_1.0.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-gnome/libglade/libglade_2.6.4.bb | 1 | ||||
-rw-r--r-- | meta/recipes-gnome/librsvg/librsvg_2.40.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/pango/pango_1.36.8.bb | 2 | ||||
-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 |
13 files changed, 6 insertions, 19 deletions
diff --git a/meta/classes/gnomebase.bbclass b/meta/classes/gnomebase.bbclass index fa8f88dd58..d22ba5a5cc 100644 --- a/meta/classes/gnomebase.bbclass +++ b/meta/classes/gnomebase.bbclass | |||
@@ -1,7 +1,7 @@ | |||
1 | def gnome_verdir(v): | 1 | def gnome_verdir(v): |
2 | return oe.utils.trim_version(v, 2) | 2 | return oe.utils.trim_version(v, 2) |
3 | 3 | ||
4 | GNOME_COMPRESS_TYPE ?= "bz2" | 4 | GNOME_COMPRESS_TYPE ?= "xz" |
5 | SECTION ?= "x11/gnome" | 5 | SECTION ?= "x11/gnome" |
6 | GNOMEBN ?= "${BPN}" | 6 | GNOMEBN ?= "${BPN}" |
7 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive" | 7 | SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive" |
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.44.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.44.0.bb index 848bf53db2..4f91b76acf 100644 --- a/meta/recipes-core/glib-networking/glib-networking_2.44.0.bb +++ b/meta/recipes-core/glib-networking/glib-networking_2.44.0.bb | |||
@@ -9,8 +9,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | |||
9 | SECTION = "libs" | 9 | SECTION = "libs" |
10 | DEPENDS = "glib-2.0 intltool-native" | 10 | DEPENDS = "glib-2.0 intltool-native" |
11 | 11 | ||
12 | GNOME_COMPRESS_TYPE = "xz" | ||
13 | |||
14 | SRC_URI[archive.md5sum] = "6989b20cf3b26dd5ae272e04a9acb0b3" | 12 | SRC_URI[archive.md5sum] = "6989b20cf3b26dd5ae272e04a9acb0b3" |
15 | SRC_URI[archive.sha256sum] = "8f8a340d3ba99bfdef38b653da929652ea6640e27969d29f7ac51fbbe11a4346" | 13 | SRC_URI[archive.sha256sum] = "8f8a340d3ba99bfdef38b653da929652ea6640e27969d29f7ac51fbbe11a4346" |
16 | 14 | ||
diff --git a/meta/recipes-gnome/gnome/gnome-common_3.14.0.bb b/meta/recipes-gnome/gnome/gnome-common_3.14.0.bb index 1f9fe8bf5c..80b7033ee1 100644 --- a/meta/recipes-gnome/gnome/gnome-common_3.14.0.bb +++ b/meta/recipes-gnome/gnome/gnome-common_3.14.0.bb | |||
@@ -8,8 +8,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
8 | SECTION = "x11/gnome" | 8 | SECTION = "x11/gnome" |
9 | inherit gnomebase allarch | 9 | inherit gnomebase allarch |
10 | 10 | ||
11 | GNOME_COMPRESS_TYPE = "xz" | ||
12 | |||
13 | SRC_URI[archive.md5sum] = "ba58c61d0d81b7c3ff8452c620513a9d" | 11 | SRC_URI[archive.md5sum] = "ba58c61d0d81b7c3ff8452c620513a9d" |
14 | SRC_URI[archive.sha256sum] = "4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c" | 12 | SRC_URI[archive.sha256sum] = "4c00242f781bb441289f49dd80ed1d895d84de0c94bfc2c6818a104c9e39262c" |
15 | 13 | ||
diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb index 321eb7f700..78cc005f99 100644 --- a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb +++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.10.bb | |||
@@ -2,8 +2,6 @@ require gnome-doc-utils.inc | |||
2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ | 2 | LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \ |
3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" | 3 | file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343" |
4 | 4 | ||
5 | GNOME_COMPRESS_TYPE = "xz" | ||
6 | |||
7 | SRC_URI += "file://xsltproc_nonet.patch \ | 5 | SRC_URI += "file://xsltproc_nonet.patch \ |
8 | file://use-usr-bin-env-for-python-in-xml2po.patch \ | 6 | file://use-usr-bin-env-for-python-in-xml2po.patch \ |
9 | file://sysrooted-pkg-config.patch \ | 7 | file://sysrooted-pkg-config.patch \ |
diff --git a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb b/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb index 65b79f0dc2..a31eb5571a 100644 --- a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb +++ b/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb | |||
@@ -13,6 +13,7 @@ SRC_URI += "file://pkgconfig.patch" | |||
13 | 13 | ||
14 | SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c" | 14 | SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c" |
15 | SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7" | 15 | SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7" |
16 | GNOME_COMPRESS_TYPE="bz2" | ||
16 | 17 | ||
17 | DEPENDS += "shared-mime-info intltool-native" | 18 | DEPENDS += "shared-mime-info intltool-native" |
18 | RDEPENDS_${PN} = "shared-mime-info" | 19 | RDEPENDS_${PN} = "shared-mime-info" |
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 " | |||
32 | RDEPENDS_${PN}-dev = "" | 32 | RDEPENDS_${PN}-dev = "" |
33 | 33 | ||
34 | inherit gnomebase | 34 | inherit gnomebase |
35 | GNOME_COMPRESS_TYPE="bz2" | ||
35 | 36 | ||
36 | python populate_packages_prepend() { | 37 | python 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") |
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" | |||
10 | 10 | ||
11 | DEPENDS = "glib-2.0" | 11 | DEPENDS = "glib-2.0" |
12 | 12 | ||
13 | GNOME_COMPRESS_TYPE = "xz" | ||
14 | |||
15 | SRC_URI[archive.md5sum] = "3131b0417ecde3da1ae72acceaa375cf" | 13 | SRC_URI[archive.md5sum] = "3131b0417ecde3da1ae72acceaa375cf" |
16 | SRC_URI[archive.sha256sum] = "80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd" | 14 | SRC_URI[archive.sha256sum] = "80f3593cb6bd13f1465828e46a9f740e2e9bd3cd2257889442b3e62bd6de05cd" |
17 | 15 | ||
diff --git a/meta/recipes-gnome/libglade/libglade_2.6.4.bb b/meta/recipes-gnome/libglade/libglade_2.6.4.bb index 681b856427..15267cad87 100644 --- a/meta/recipes-gnome/libglade/libglade_2.6.4.bb +++ b/meta/recipes-gnome/libglade/libglade_2.6.4.bb | |||
@@ -12,6 +12,7 @@ PR = "r5" | |||
12 | DEPENDS = "zlib gdk-pixbuf gtk+" | 12 | DEPENDS = "zlib gdk-pixbuf gtk+" |
13 | 13 | ||
14 | inherit autotools pkgconfig gnomebase gtk-doc | 14 | inherit autotools pkgconfig gnomebase gtk-doc |
15 | GNOME_COMPRESS_TYPE="bz2" | ||
15 | 16 | ||
16 | SRC_URI += "file://glade-cruft.patch file://no-xml2.patch file://python_environment.patch" | 17 | SRC_URI += "file://glade-cruft.patch file://no-xml2.patch file://python_environment.patch" |
17 | 18 | ||
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.10.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.10.bb index 0ac323e4ea..a8b0e4f9c8 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.40.10.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.40.10.bb | |||
@@ -12,8 +12,6 @@ BBCLASSEXTEND = "native" | |||
12 | 12 | ||
13 | inherit autotools pkgconfig gnomebase gtk-doc pixbufcache | 13 | inherit autotools pkgconfig gnomebase gtk-doc pixbufcache |
14 | 14 | ||
15 | GNOME_COMPRESS_TYPE = "xz" | ||
16 | |||
17 | SRC_URI += "file://gtk-option.patch" | 15 | SRC_URI += "file://gtk-option.patch" |
18 | 16 | ||
19 | SRC_URI[archive.md5sum] = "fadebe2e799ab159169ee3198415ff85" | 17 | SRC_URI[archive.md5sum] = "fadebe2e799ab159169ee3198415ff85" |
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 | " |
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" |