Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Andreas Oberritter <obi@opendreambox.org>
To: Shane Wang <shane.wang@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 04/60] gdk-pixbuf: upgrade to 2.24.1
Date: Wed, 21 Mar 2012 15:19:02 +0100	[thread overview]
Message-ID: <4F69E356.3070404@opendreambox.org> (raw)
In-Reply-To: <cd88e0bc3c689f07109e8e68bf07fcdd332cc66f.1331859047.git.shane.wang@intel.com>

Hello Shane,

On 16.03.2012 01:52, Shane Wang wrote:
> Signed-off-by: Shane Wang <shane.wang@intel.com>
> ---
>  .../configure_fix.patch                            |    0
>  .../configure_nm.patch                             |    0
>  .../hardcoded_libtool.patch                        |    0
>  .../{gdk-pixbuf_2.24.0.bb => gdk-pixbuf_2.24.1.bb} |   10 +++++-----
>  4 files changed, 5 insertions(+), 5 deletions(-)
>  rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf-2.24.0 => gdk-pixbuf-2.24.1}/configure_fix.patch (100%)
>  rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf-2.24.0 => gdk-pixbuf-2.24.1}/configure_nm.patch (100%)
>  rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf-2.24.0 => gdk-pixbuf-2.24.1}/hardcoded_libtool.patch (100%)
>  rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.24.0.bb => gdk-pixbuf_2.24.1.bb} (92%)
> 
> diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_fix.patch b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.1/configure_fix.patch
> similarity index 100%
> rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_fix.patch
> rename to meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.1/configure_fix.patch
> diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.1/configure_nm.patch
> similarity index 100%
> rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/configure_nm.patch
> rename to meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.1/configure_nm.patch
> diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/hardcoded_libtool.patch b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.1/hardcoded_libtool.patch
> similarity index 100%
> rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.0/hardcoded_libtool.patch
> rename to meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.24.1/hardcoded_libtool.patch
> diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb
> similarity index 92%
> rename from meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb
> rename to meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb
> index cbeca94..30b3fcf 100644
> --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.0.bb
> +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.24.1.bb
> @@ -10,16 +10,16 @@ SECTION = "libs"
>  
>  DEPENDS = "libpng glib-2.0 jpeg"
>  
> -SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.24/gdk-pixbuf-${PV}.tar.bz2 \
> +SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.24/gdk-pixbuf-${PV}.tar.xz \
>             file://configure_nm.patch \
>             file://hardcoded_libtool.patch \
>             file://configure_fix.patch \
>             "
>  
> -SRC_URI[md5sum] = "d8ece3a4ade4a91c768328620e473ab8"
> -SRC_URI[sha256sum] = "38d2630314e6d91976bffd833236f84fefa440a9038f86dc422820a39f2e3700"
> +SRC_URI[md5sum] = "72f39b34b20f68148c1609bd27415412"
> +#SRC_URI[sha256sum] = "da7a3f00db360913716368e19e336402755cafa93769f3cfa28a969303e4bee1"

This causes a warning to appear:

WARNING: Missing sha256 SRC_URI checksum for .../gdk-pixbuf-2.24.1.tar.xz, consider adding to the recipe:
SRC_URI[sha256sum] = "da7a3f00db360913716368e19e336402755cafa93769f3cfa28a969303e4bee1"

Regards,
Andreas



  reply	other threads:[~2012-03-21 14:28 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-16  0:52 [PATCH 00/60] Package Upgrade Shane Wang
2012-03-16  0:51 ` [PATCH 01/60] distro_tracking: update the recipe info for manual check Shane Wang
2012-03-16  0:51 ` [PATCH 02/60] glib-2.0: upgrade to 2.30.3 Shane Wang
2012-03-16  0:52 ` [PATCH 03/60] dbus-glib: upgrade to 0.98 Shane Wang
2012-03-16  0:52 ` [PATCH 04/60] gdk-pixbuf: upgrade to 2.24.1 Shane Wang
2012-03-21 14:19   ` Andreas Oberritter [this message]
2012-03-16  0:52 ` [PATCH 05/60] glproto: update its info in distro tracking Shane Wang
2012-03-16  0:52 ` [PATCH 06/60] libvorbis: upgrade to 1.3.3 Shane Wang
2012-03-16  0:52 ` [PATCH 07/60] tremor: upgrade to 18221 Shane Wang
2012-03-16  0:52 ` [PATCH 08/60] alsa-lib: upgrade to 1.0.25 Shane Wang
2012-03-16  0:52 ` [PATCH 09/60] alsa-utils: " Shane Wang
2012-03-16  0:52 ` [PATCH 10/60] telepathy-glib: upgrade to 0.17.5 Shane Wang
2012-03-16  0:52 ` [PATCH 11/60] telepathy-mission-control: upgrade to 5.11.0 Shane Wang
2012-03-16  0:52 ` [PATCH 12/60] ofono: upgrade to 1.5 Shane Wang
2012-03-16  0:52 ` [PATCH 13/60] bluez4: upgrade to 4.99 Shane Wang
2012-03-16  0:52 ` [PATCH 14/60] bluez-hcidump: upgrade to 2.3 Shane Wang
2012-03-16  0:52 ` [PATCH 15/60] gst-plugin-bluetooth: upgrade to 4.99 Shane Wang
2012-03-16  0:52 ` [PATCH 16/60] gstreamer: upgrade to 0.10.36 Shane Wang
2012-03-16  0:52 ` [PATCH 17/60] gst-plugins-base: " Shane Wang
2012-03-16  0:52 ` [PATCH 18/60] gst-plugins-good: upgrade to 0.10.31 Shane Wang
2012-03-16  0:52 ` [PATCH 19/60] gst-plugins-bad: upgrade to 0.10.23 Shane Wang
2012-03-16  0:52 ` [PATCH 20/60] gst-plugins-ugly: upgrade to 0.10.19 Shane Wang
2012-03-16  0:52 ` [PATCH 21/60] libpcap: upgrade to 1.2.1 Shane Wang
2012-03-16  0:52 ` [PATCH 22/60] busybox: upgrade to 1.19.4 Shane Wang
2012-03-16  0:52 ` [PATCH 23/60] curl: upgrade to 7.24.0 Shane Wang
2012-03-16  0:52 ` [PATCH 24/60] dropbear: upgrade to 2012.55 Shane Wang
2012-03-16  0:52 ` [PATCH 25/60] avahi: upgrade to 0.6.31 Shane Wang
2012-03-16  0:52 ` [PATCH 26/60] avahi-ui: " Shane Wang
2012-03-16  0:52 ` [PATCH 27/60] apr: upgrade to 1.4.6 Shane Wang
2012-03-16  0:52 ` [PATCH 28/60] minicom: upgrade to 2.6.1 Shane Wang
2012-03-16  0:52 ` [PATCH 29/60] tzdata: upgrade to 2012b Shane Wang
2012-03-16  0:52 ` [PATCH 30/60] util-macros: upgrade to 1.17 Shane Wang
2012-03-16  0:52 ` [PATCH 31/60] libxcursor: upgrade to 1.1.13 Shane Wang
2012-03-16  0:52 ` [PATCH 32/60] libxinerama: upgrade to 1.1.2 Shane Wang
2012-03-16  0:52 ` [PATCH 33/60] libsm: upgrade to 1.2.1 Shane Wang
2012-03-16  0:52 ` [PATCH 34/60] libxkbfile: upgrade to 1.0.8 Shane Wang
2012-03-16  0:52 ` [PATCH 35/60] libice: " Shane Wang
2012-03-16  0:52 ` [PATCH 36/60] pixman: upgrade to 0.25.2 Shane Wang
2012-03-16  0:52 ` [PATCH 37/60] libxdmcp: upgrade to 1.1.1 Shane Wang
2012-03-16  0:52 ` [PATCH 38/60] libXxf86vm: upgrade to 1.1.2 Shane Wang
2012-03-16  0:52 ` [PATCH 39/60] libXrender: upgrade to 0.9.7 Shane Wang
2012-03-16  0:52 ` [PATCH 40/60] libxpm: upgrade to 3.5.10 Shane Wang
2012-03-16  0:52 ` [PATCH 41/60] libXext: upgrade to 1.3.1 Shane Wang
2012-03-16  0:52 ` [PATCH 42/60] libXv: upgrade to 1.0.7 Shane Wang
2012-03-16  0:52 ` [PATCH 43/60] libxt: upgrade to 1.1.2 Shane Wang
2012-03-16  0:52 ` [PATCH 44/60] libXmu: upgrade to 1.1.1 Shane Wang
2012-03-16  0:52 ` [PATCH 45/60] libfontenc: " Shane Wang
2012-03-16  0:52 ` [PATCH 46/60] libxscrnsaver: upgrade to 1.2.2 Shane Wang
2012-03-16  0:52 ` [PATCH 47/60] libxau: upgrade to 1.0.7 Shane Wang
2012-03-16  0:52 ` [PATCH 48/60] libdmx: upgrade to 1.1.2 Shane Wang
2012-03-16  0:52 ` [PATCH 49/60] libxft: upgrade to 2.3.0 Shane Wang
2012-03-16  0:52 ` [PATCH 50/60] libxtst: upgrade to 1.2.1 Shane Wang
2012-03-16  0:52 ` [PATCH 51/60] libpciaccess: upgrade to 0.13 Shane Wang
2012-03-16  0:52 ` [PATCH 52/60] libXvMC: upgrade to 1.0.7 Shane Wang
2012-03-16  0:52 ` [PATCH 53/60] libxfont: upgrade to 1.4.5 Shane Wang
2012-03-16  0:52 ` [PATCH 54/60] libxres: upgrade to 1.0.6 Shane Wang
2012-03-16  0:52 ` [PATCH 55/60] inputproto: upgrade to 2.2 Shane Wang
2012-03-16  0:52 ` [PATCH 56/60] font-util: upgrade to 1.3.0 Shane Wang
2012-03-16  0:52 ` [PATCH 57/60] libxcb: upgrade to 1.8.1 Shane Wang
2012-03-16  0:52 ` [PATCH 58/60] libxi: upgrade to 1.4.5 Shane Wang
2012-03-16  0:52 ` [PATCH 59/60] distro_tracking: update the info of the recipes upgraded in the round Shane Wang
2012-03-16  0:52 ` [PATCH 60/60] distro_tracking: update those NOT UPDATE REASON Shane Wang
2012-03-16 12:30 ` [PATCH 00/60] Package Upgrade Koen Kooi
2012-03-16 13:45   ` Wang, Shane
2012-03-16 13:47     ` Otavio Salvador
2012-03-16 13:57       ` Koen Kooi
2012-03-16 13:53     ` Koen Kooi
2012-03-18 13:18       ` Richard Purdie
2012-03-18 22:58         ` Saul Wold
2012-03-19 13:49         ` Patch Merging Status Richard Purdie
2012-03-19 14:36           ` Koen Kooi
2012-03-16 16:59 ` [PATCH 00/60] Package Upgrade Richard Purdie
2012-03-19  8:42   ` Wang, Shane
2012-03-19  9:57     ` Richard Purdie
2012-03-21 18:45 ` Saul Wold

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=4F69E356.3070404@opendreambox.org \
    --to=obi@opendreambox.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=shane.wang@intel.com \
    /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