From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Subject: Re: [PATCH] gnome: revector some older versions of pkgs back to bz2 compression
Date: Thu, 27 Aug 2015 15:52:35 +0200 [thread overview]
Message-ID: <20150827135235.GA2443@jama> (raw)
In-Reply-To: <1440636910-25925-1-git-send-email-paul.gortmaker@windriver.com>
[-- 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 --]
prev parent reply other threads:[~2015-08-27 13:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150827135235.GA2443@jama \
--to=martin.jansa@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox