* [PATCH] gnome: revector some older versions of pkgs back to bz2 compression
@ 2015-08-26 17:30 Paul Gortmaker
0 siblings, 0 replies; 3+ messages in thread
From: Paul Gortmaker @ 2015-08-26 17:30 UTC (permalink / raw)
To: openembedded-core
In commit 429985c1f6e50baec6ba03f35f323a4e8c7f72dd and/or
OE-Core rev: 0f9ea90dde8f63aace19531e066580e41bf3d7cc
("classes/gnomebase: change tarball compression to xz")
the default changed, and some pkgs were kept back on bz2 where
the xz did not exist. However it seems some were missed, and
I found the fetcher gets 404s on the ones in this commit.
Cc: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Cc: Ross Burton <ross.burton@intel.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
diff --git a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb
index 2c526c8edefd..4f95066ec51e 100644
--- a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb
@@ -10,6 +10,7 @@ PR = "r4"
inherit gnomebase gtk-icon-cache
SRC_URI[archive.md5sum] = "f0366c8baebca0404d190b2d78f3582d"
SRC_URI[archive.sha256sum] = "03e461b6bda7f773f8018d25fa3213d3073d4dc83a76e6b39d962652f4de6a98"
+GNOME_COMPRESS_TYPE="bz2"
SRC_URI += "\
file://disable-scrollkeeper.patch \
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
index 860851d98379..1bbfb17d9f05 100644
--- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
@@ -24,6 +24,7 @@ EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-
SRC_URI[archive.md5sum] = "9a8aa74e03361676f29d6e73155786fc"
SRC_URI[archive.sha256sum] = "31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9"
+GNOME_COMPRESS_TYPE="bz2"
FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr \
${base_libdir}/security/*${SOLIBSDEV} \
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb
index 43379bdca2e5..e24188232774 100644
--- a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb
@@ -17,3 +17,4 @@ DEPENDS = "dbus libgcrypt glib-2.0 intltool-native"
SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6"
SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c"
+GNOME_COMPRESS_TYPE="bz2"
--
2.4.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] gnome: revector some older versions of pkgs back to bz2 compression
@ 2015-08-27 0:55 Paul Gortmaker
2015-08-27 13:52 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Paul Gortmaker @ 2015-08-27 0:55 UTC (permalink / raw)
To: openembedded-devel; +Cc: Richard Purdie
In commit 429985c1f6e50baec6ba03f35f323a4e8c7f72dd and/or
OE-Core rev: 0f9ea90dde8f63aace19531e066580e41bf3d7cc
("classes/gnomebase: change tarball compression to xz")
the default changed, and some pkgs were kept back on bz2 where
the xz did not exist. However it seems some were missed, and
I found the fetcher gets 404s on the ones in this commit.
Cc: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Cc: Ross Burton <ross.burton@intel.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
[Apologies if you've seen this 2x -- Ross kindly pointed out that I should
have sent it to openembedded-devel and not to openembedded-core list.]
meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb | 1 +
meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | 1 +
meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb | 1 +
3 files changed, 3 insertions(+)
diff --git a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb
index 2c526c8edefd..4f95066ec51e 100644
--- a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb
@@ -10,6 +10,7 @@ PR = "r4"
inherit gnomebase gtk-icon-cache
SRC_URI[archive.md5sum] = "f0366c8baebca0404d190b2d78f3582d"
SRC_URI[archive.sha256sum] = "03e461b6bda7f773f8018d25fa3213d3073d4dc83a76e6b39d962652f4de6a98"
+GNOME_COMPRESS_TYPE="bz2"
SRC_URI += "\
file://disable-scrollkeeper.patch \
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
index 860851d98379..1bbfb17d9f05 100644
--- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
@@ -24,6 +24,7 @@ EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-
SRC_URI[archive.md5sum] = "9a8aa74e03361676f29d6e73155786fc"
SRC_URI[archive.sha256sum] = "31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9"
+GNOME_COMPRESS_TYPE="bz2"
FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr \
${base_libdir}/security/*${SOLIBSDEV} \
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb
index 43379bdca2e5..e24188232774 100644
--- a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb
@@ -17,3 +17,4 @@ DEPENDS = "dbus libgcrypt glib-2.0 intltool-native"
SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6"
SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c"
+GNOME_COMPRESS_TYPE="bz2"
--
2.4.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnome: revector some older versions of pkgs back to bz2 compression
2015-08-27 0:55 [PATCH] gnome: revector some older versions of pkgs back to bz2 compression Paul Gortmaker
@ 2015-08-27 13:52 ` Martin Jansa
0 siblings, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2015-08-27 13:52 UTC (permalink / raw)
To: openembedded-devel; +Cc: Richard Purdie
[-- Attachment #1: Type: text/plain, Size: 3586 bytes --]
On Wed, Aug 26, 2015 at 08:55:10PM -0400, Paul Gortmaker wrote:
> In commit 429985c1f6e50baec6ba03f35f323a4e8c7f72dd and/or
> OE-Core rev: 0f9ea90dde8f63aace19531e066580e41bf3d7cc
> ("classes/gnomebase: change tarball compression to xz")
>
> the default changed, and some pkgs were kept back on bz2 where
> the xz did not exist. However it seems some were missed, and
> I found the fetcher gets 404s on the ones in this commit.
>
> Cc: Alexander Kanavin <alexander.kanavin@linux.intel.com>
> Cc: Ross Burton <ross.burton@intel.com>
> Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
These are already by:
http://patchwork.openembedded.org/patch/101611/
aren't they?
> ---
>
> [Apologies if you've seen this 2x -- Ross kindly pointed out that I should
> have sent it to openembedded-devel and not to openembedded-core list.]
>
> meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb | 1 +
> meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | 1 +
> meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb | 1 +
> 3 files changed, 3 insertions(+)
>
> diff --git a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb
> index 2c526c8edefd..4f95066ec51e 100644
> --- a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb
> +++ b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb
> @@ -10,6 +10,7 @@ PR = "r4"
> inherit gnomebase gtk-icon-cache
> SRC_URI[archive.md5sum] = "f0366c8baebca0404d190b2d78f3582d"
> SRC_URI[archive.sha256sum] = "03e461b6bda7f773f8018d25fa3213d3073d4dc83a76e6b39d962652f4de6a98"
> +GNOME_COMPRESS_TYPE="bz2"
>
> SRC_URI += "\
> file://disable-scrollkeeper.patch \
> diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
> index 860851d98379..1bbfb17d9f05 100644
> --- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
> +++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
> @@ -24,6 +24,7 @@ EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam --with-
>
> SRC_URI[archive.md5sum] = "9a8aa74e03361676f29d6e73155786fc"
> SRC_URI[archive.sha256sum] = "31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9"
> +GNOME_COMPRESS_TYPE="bz2"
>
> FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr \
> ${base_libdir}/security/*${SOLIBSDEV} \
> diff --git a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb
> index 43379bdca2e5..e24188232774 100644
> --- a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb
> +++ b/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb
> @@ -17,3 +17,4 @@ DEPENDS = "dbus libgcrypt glib-2.0 intltool-native"
>
> SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6"
> SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c"
> +GNOME_COMPRESS_TYPE="bz2"
> --
> 2.4.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-08-27 13:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-27 0:55 [PATCH] gnome: revector some older versions of pkgs back to bz2 compression Paul Gortmaker
2015-08-27 13:52 ` Martin Jansa
-- strict thread matches above, loose matches on Subject: below --
2015-08-26 17:30 Paul Gortmaker
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.