[oe] [PATCH] gnome: revector some older versions of pkgs back to bz2 compression

Martin Jansa martin.jansa at gmail.com
Thu Aug 27 13:52:35 UTC 2015


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 at linux.intel.com>
> Cc: Ross Burton <ross.burton at intel.com>
> Cc: Richard Purdie <richard.purdie at linuxfoundation.org>
> Signed-off-by: Paul Gortmaker <paul.gortmaker at 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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20150827/5ee20add/attachment-0002.sig>


More information about the Openembedded-devel mailing list