Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Saul Wold <saul.wold@intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 20/21] apt: Update to 0.8.15.8
Date: Thu, 06 Oct 2011 13:55:58 -0700	[thread overview]
Message-ID: <4E8E15DE.1050300@intel.com> (raw)
In-Reply-To: <1b41379e5232701f7d96ea78c673d34aa4132c2f.1317917297.git.sgw@linux.intel.com>

On 10/06/2011 09:14 AM, Saul Wold wrote:
> Signed-off-by: Saul Wold<sgw@linux.intel.com>
> ---
>   .../includes-fix.patch                             |    0
>   .../no-ko-translation.patch                        |    0
>   .../{apt-0.7.14 =>  apt-0.8.15.8}/noconfigure.patch |    0
>   .../apt/{apt-0.7.14 =>  apt-0.8.15.8}/nodoc.patch   |    0
>   .../{apt-0.7.14 =>  apt-0.8.15.8}/use-host.patch    |    0
>   ...apt-native_0.7.14.bb =>  apt-native_0.8.15.8.bb} |    6 +++---
>   .../apt/{apt_0.7.14.bb =>  apt_0.8.15.8.bb}         |    6 +++---
>   7 files changed, 6 insertions(+), 6 deletions(-)
>   rename meta/recipes-devtools/apt/{apt-0.7.14 =>  apt-0.8.15.8}/includes-fix.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.7.14 =>  apt-0.8.15.8}/no-ko-translation.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.7.14 =>  apt-0.8.15.8}/noconfigure.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.7.14 =>  apt-0.8.15.8}/nodoc.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-0.7.14 =>  apt-0.8.15.8}/use-host.patch (100%)
>   rename meta/recipes-devtools/apt/{apt-native_0.7.14.bb =>  apt-native_0.8.15.8.bb} (60%)
>   rename meta/recipes-devtools/apt/{apt_0.7.14.bb =>  apt_0.8.15.8.bb} (67%)
>
> diff --git a/meta/recipes-devtools/apt/apt-0.7.14/includes-fix.patch b/meta/recipes-devtools/apt/apt-0.8.15.8/includes-fix.patch
> similarity index 100%
> rename from meta/recipes-devtools/apt/apt-0.7.14/includes-fix.patch
> rename to meta/recipes-devtools/apt/apt-0.8.15.8/includes-fix.patch
> diff --git a/meta/recipes-devtools/apt/apt-0.7.14/no-ko-translation.patch b/meta/recipes-devtools/apt/apt-0.8.15.8/no-ko-translation.patch
> similarity index 100%
> rename from meta/recipes-devtools/apt/apt-0.7.14/no-ko-translation.patch
> rename to meta/recipes-devtools/apt/apt-0.8.15.8/no-ko-translation.patch
> diff --git a/meta/recipes-devtools/apt/apt-0.7.14/noconfigure.patch b/meta/recipes-devtools/apt/apt-0.8.15.8/noconfigure.patch
> similarity index 100%
> rename from meta/recipes-devtools/apt/apt-0.7.14/noconfigure.patch
> rename to meta/recipes-devtools/apt/apt-0.8.15.8/noconfigure.patch
> diff --git a/meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch b/meta/recipes-devtools/apt/apt-0.8.15.8/nodoc.patch
> similarity index 100%
> rename from meta/recipes-devtools/apt/apt-0.7.14/nodoc.patch
> rename to meta/recipes-devtools/apt/apt-0.8.15.8/nodoc.patch
> diff --git a/meta/recipes-devtools/apt/apt-0.7.14/use-host.patch b/meta/recipes-devtools/apt/apt-0.8.15.8/use-host.patch
> similarity index 100%
> rename from meta/recipes-devtools/apt/apt-0.7.14/use-host.patch
> rename to meta/recipes-devtools/apt/apt-0.8.15.8/use-host.patch
> diff --git a/meta/recipes-devtools/apt/apt-native_0.7.14.bb b/meta/recipes-devtools/apt/apt-native_0.8.15.8.bb
> similarity index 60%
> rename from meta/recipes-devtools/apt/apt-native_0.7.14.bb
> rename to meta/recipes-devtools/apt/apt-native_0.8.15.8.bb
> index c82d606..0c532c7 100644
> --- a/meta/recipes-devtools/apt/apt-native_0.7.14.bb
> +++ b/meta/recipes-devtools/apt/apt-native_0.8.15.8.bb
> @@ -1,13 +1,13 @@
>   require apt-native.inc
>
> -PR = "r5"
> +PR = "r0"
>
>   SRC_URI += "file://nodoc.patch \
>               file://noconfigure.patch \
>   	    file://no-curl.patch \
>   	    file://includes-fix.patch"
>
> -SRC_URI[md5sum] = "19efa18fb1ef20c58b9b44e94258b814"
> -SRC_URI[sha256sum] = "8fc06effaf8a4e4333308eedcdc6840f1c8056f2e924210f151dfc076bcd4045"
> +SRC_URI[md5sum] = "9727845eaeff0d1191403f4d8b8d1e35"
> +SRC_URI[sha256sum] = "d19efceb04b927a1c6cdac01fd29b7f0f927c8e168c1e722ddf7808438262742"
>
>   LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
> diff --git a/meta/recipes-devtools/apt/apt_0.7.14.bb b/meta/recipes-devtools/apt/apt_0.8.15.8.bb
> similarity index 67%
> rename from meta/recipes-devtools/apt/apt_0.7.14.bb
> rename to meta/recipes-devtools/apt/apt_0.8.15.8.bb
> index 93eebe9..37ca85b 100644
> --- a/meta/recipes-devtools/apt/apt_0.7.14.bb
> +++ b/meta/recipes-devtools/apt/apt_0.8.15.8.bb
> @@ -3,13 +3,13 @@ RDEPENDS_${PN} = "dpkg"
>   LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=0636e73ff0215e8d672dc4c32c317bb3"
>   require apt.inc
>
> -PR = "r8"
> +PR = "r0"
>
>   SRC_URI += "file://nodoc.patch \
>               file://includes-fix.patch "
>
> -SRC_URI[md5sum] = "19efa18fb1ef20c58b9b44e94258b814"
> -SRC_URI[sha256sum] = "8fc06effaf8a4e4333308eedcdc6840f1c8056f2e924210f151dfc076bcd4045"
> +SRC_URI[md5sum] = "9727845eaeff0d1191403f4d8b8d1e35"
> +SRC_URI[sha256sum] = "d19efceb04b927a1c6cdac01fd29b7f0f927c8e168c1e722ddf7808438262742"
>
>   require apt-package.inc
>

Please disregard this patch.

Sau!




  reply	other threads:[~2011-10-06 21:01 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-06 16:14 [PATCH 00/21] Add SRC_URI Checksums and some Updates Saul Wold
2011-10-06 16:14 ` [PATCH 01/21] grub: Add SRC_URI Checksum Saul Wold
2011-10-06 16:14 ` [PATCH 02/21] dosfstools: " Saul Wold
2011-10-06 16:14 ` [PATCH 03/21] libx11-trim: " Saul Wold
2011-10-06 16:14 ` [PATCH 04/21] guilt-native: Add SRC_URI Checksums Saul Wold
2011-10-06 16:14 ` [PATCH 05/21] libx11-diet: Add SRC_URI Checksum Saul Wold
2011-10-06 16:14 ` [PATCH 06/21] eds-tools: Convert from BZR to GIT Repo Saul Wold
2011-10-06 16:14 ` [PATCH 07/21] clutter-gst-1.6: Add SRC_URI Checksum Saul Wold
2011-10-06 16:14 ` [PATCH 08/21] xserver-kdrive: " Saul Wold
2011-10-06 16:14 ` [PATCH 09/21] mutter: " Saul Wold
2011-10-06 16:14 ` [PATCH 10/21] icon-naming-utils: " Saul Wold
2011-10-06 16:14 ` [PATCH 11/21] libxml-perl: " Saul Wold
2011-10-06 16:14 ` [PATCH 12/21] liburi-perl: " Saul Wold
2011-10-06 16:14 ` [PATCH 13/21] gconf-dbus: " Saul Wold
2011-10-06 16:14 ` [PATCH 14/21] gail: " Saul Wold
2011-10-06 16:14 ` [PATCH 15/21] boost-jam-native: " Saul Wold
2011-10-06 16:14 ` [PATCH 16/21] puzzles: Update to latest version Saul Wold
2011-10-06 16:14 ` [PATCH 17/21] gnutls: Update to 2.12.11 Saul Wold
2011-10-06 16:14 ` [PATCH 18/21] tzdata: Update to 2011k Saul Wold
2011-10-06 16:14 ` [PATCH 19/21] lsof: Update to 4.84 Saul Wold
2011-10-06 16:14 ` [PATCH 20/21] apt: Update to 0.8.15.8 Saul Wold
2011-10-06 20:55   ` Saul Wold [this message]
2011-10-06 16:15 ` [PATCH 21/21] distro_tracking: Updates Saul Wold
2011-10-07 14:35 ` [PATCH 00/21] Add SRC_URI Checksums and some Updates Richard Purdie

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=4E8E15DE.1050300@intel.com \
    --to=saul.wold@intel.com \
    --cc=openembedded-core@lists.openembedded.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