diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-08-26 13:07:01 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-31 19:17:08 +0200 |
commit | d518b89505e1a000ba0042f626bc6a6be3c70bbe (patch) | |
tree | 1bf43f7b4d7e0486e56f7cf1d7665374a99b0639 /meta-gnome/recipes-gnome/gnome | |
parent | 3f60517f5fea6590ac0a52cc99f10a0b91189f35 (diff) | |
download | meta-openembedded-d518b89505e1a000ba0042f626bc6a6be3c70bbe.tar.gz |
gnome: add explicit bz2 compress type to older packages
The default was changed to xz in the gnomebase class to match the upstream.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb | 1 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb | 1 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb b/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb index 26fbeb2d9..0ac2b20e4 100644 --- a/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb +++ b/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.30.2.bb | |||
@@ -14,5 +14,6 @@ EXTRA_OECONF += "--disable-scrollkeeper" | |||
14 | 14 | ||
15 | SRC_URI[archive.md5sum] = "74c4528f00067072c2bd867d1f8fe844" | 15 | SRC_URI[archive.md5sum] = "74c4528f00067072c2bd867d1f8fe844" |
16 | SRC_URI[archive.sha256sum] = "2c7af2250698b9f9f53c6eaa93211c1118cf2c7e29cbbacfd1e8a6a10069e07a" | 16 | SRC_URI[archive.sha256sum] = "2c7af2250698b9f9f53c6eaa93211c1118cf2c7e29cbbacfd1e8a6a10069e07a" |
17 | GNOME_COMPRESS_TYPE="bz2" | ||
17 | 18 | ||
18 | RRECOMMENDS_${PN} += "gnome-common-schemas" | 19 | RRECOMMENDS_${PN} += "gnome-common-schemas" |
diff --git a/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb b/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb index fe0d34e5e..6bb6816cb 100644 --- a/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb +++ b/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb | |||
@@ -20,3 +20,4 @@ SRC_URI += "\ | |||
20 | 20 | ||
21 | SRC_URI[archive.md5sum] = "dc4920c15c9f886f73ea74fbff0ae48b" | 21 | SRC_URI[archive.md5sum] = "dc4920c15c9f886f73ea74fbff0ae48b" |
22 | SRC_URI[archive.sha256sum] = "e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29" | 22 | SRC_URI[archive.sha256sum] = "e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29" |
23 | GNOME_COMPRESS_TYPE="bz2" | ||
diff --git a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb index b17062beb..9d41914b2 100644 --- a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb +++ b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb | |||
@@ -14,6 +14,7 @@ SRC_URI += "file://fix.includes.patch \ | |||
14 | " | 14 | " |
15 | SRC_URI[archive.md5sum] = "63b05ffb5386e131487c6af30f4c56ac" | 15 | SRC_URI[archive.md5sum] = "63b05ffb5386e131487c6af30f4c56ac" |
16 | SRC_URI[archive.sha256sum] = "1034ec8651051f84d2424e7a1da61c530422cc20ce5b2d9e107e1e46778d9691" | 16 | SRC_URI[archive.sha256sum] = "1034ec8651051f84d2424e7a1da61c530422cc20ce5b2d9e107e1e46778d9691" |
17 | GNOME_COMPRESS_TYPE="bz2" | ||
17 | 18 | ||
18 | FILES_${PN}-dbg += "\ | 19 | FILES_${PN}-dbg += "\ |
19 | ${libdir}/${PN}/${PV}/modules/.debug \ | 20 | ${libdir}/${PN}/${PV}/modules/.debug \ |