All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Garman <scott.a.garman@intel.com>
To: Koen Kooi <koen@dominion.thruhere.net>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [for-denzil][meta-oe][PATCH 01/11] xz: updated to version 5.1.1alpha
Date: Mon, 03 Sep 2012 11:22:53 -0700	[thread overview]
Message-ID: <5044F57D.3080901@intel.com> (raw)
In-Reply-To: <C405C0B3-2E8B-4B20-BD35-E3AD9F6C45FA@dominion.thruhere.net>

On 09/03/2012 09:28 AM, Koen Kooi wrote:
> Ping for all 11 patches

Hi Koen,

I will pull these into sgarman/denzil-next by mid-day tomorrow, and then 
it's a matter of how soon I can get autobuilder time before I submit the 
final pull request to denzil. Thanks for your patience - I'm scrambling 
a bit to get some lab computers set up for YPDD at ELC-E.

Scott

>
> Op 28 aug. 2012, om 08:41 heeft Koen Kooi <koen@dominion.thruhere.net> het volgende geschreven:
>
>> From: Valentin Popa <valentin.popa@intel.com>
>>
>> The licenses are the same, only some white spaces added/removed.
>>
>> Signed-off-by: Valentin Popa <valentin.popa@intel.com>
>> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
>> ---
>> .../xz/{xz_5.0.3.bb => xz_5.1.1alpha.bb}           |   10 +++++-----
>> 1 files changed, 5 insertions(+), 5 deletions(-)
>> rename meta/recipes-extended/xz/{xz_5.0.3.bb => xz_5.1.1alpha.bb} (72%)
>>
>> diff --git a/meta/recipes-extended/xz/xz_5.0.3.bb b/meta/recipes-extended/xz/xz_5.1.1alpha.bb
>> similarity index 72%
>> rename from meta/recipes-extended/xz/xz_5.0.3.bb
>> rename to meta/recipes-extended/xz/xz_5.1.1alpha.bb
>> index e8f96b6..7fa7177 100644
>> --- a/meta/recipes-extended/xz/xz_5.0.3.bb
>> +++ b/meta/recipes-extended/xz/xz_5.1.1alpha.bb
>> @@ -4,17 +4,17 @@ SECTION = "base"
>>
>> LICENSE = "GPLv2+ & GPLv3+ & LGPLv2.1+"
>> LIC_FILES_CHKSUM = "file://COPYING;md5=c475b6c7dca236740ace4bba553e8e1c \
>> -                    file://COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe \
>> +                    file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
>>                      file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
>> -                    file://COPYING.LGPLv2.1;md5=fbc093901857fcd118f065f900982c24 \
>> +                    file://COPYING.LGPLv2.1;md5=4fbd65380cdd255951079008b364516c \
>>                      file://lib/getopt.c;endline=23;md5=2069b0ee710572c03bb3114e4532cd84 "
>>
>> SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz"
>>
>> -SRC_URI[md5sum] = "fefe52f9ecd521de2a8ce38c21a27574"
>> -SRC_URI[sha256sum] = "10eb4df72dffb2fb14c3d2d82b450e72282ffcb9ee3908a8e5b392b8f09681bf"
>> +SRC_URI[md5sum] = "bb24436fa12780808e1c142980484104"
>> +SRC_URI[sha256sum] = "54e59a83690a4a0ec88a7d7c3bdef90c6b196c892a93463863c71c24fe87951a"
>>
>> -PR = "r1"
>> +PR = "r0"
>>
>> inherit autotools gettext
>>
>> --
>> 1.7.7.6
>>
>


-- 
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center



      reply	other threads:[~2012-09-03 18:35 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-28  6:41 [for-denzil][meta-oe][PATCH 01/11] xz: updated to version 5.1.1alpha Koen Kooi
2012-08-28  6:41 ` [for-denzil][meta-oe][PATCH 02/11] opkg-utils: bump SRCREV for Packages cache fix and other fixes Koen Kooi
2012-08-28  6:41 ` [for-denzil][meta-oe][PATCH 03/11] opkg-utils: bump SRCREV Koen Kooi
2012-08-28  6:41 ` [for-denzil][meta-oe][PATCH 04/11] opkg-utils: UPdate to version with python 2.6 fix Koen Kooi
2012-08-28  6:41 ` [for-denzil][meta-oe][PATCH 05/11] man: fix RDEPENDS and reformat recipe Koen Kooi
2012-08-28  6:41 ` [for-denzil][meta-oe][PATCH 06/11] man: make man actually work by installing custom man.config Koen Kooi
2012-08-28  6:41 ` [for-denzil][meta-oe][PATCH 07/11] kernel.bbclass: pass KERNEL_VERSION to depmod calls in postinst Koen Kooi
2012-08-28  6:41 ` [for-denzil][meta-oe][PATCH 08/11] kernel: save $kerndir/tools and $kerndir/lib from pruning Koen Kooi
2012-08-28  6:41 ` [for-denzil][meta-oe][PATCH 09/11] kernel: Add kernel headers to kernel-dev package Koen Kooi
2012-09-05 21:42   ` McClintock Matthew-B29882
2012-09-06  0:49     ` Darren Hart
2012-09-06  1:33       ` McClintock Matthew-B29882
2012-09-06  5:52       ` Koen Kooi
2012-09-17 11:00         ` Koen Kooi
2012-09-19  5:27         ` Scott Garman
2012-08-28  6:41 ` [for-denzil][meta-oe][PATCH 10/11] kernel.bbclass: add non-santized kernel provides Koen Kooi
2012-08-28  6:41 ` [for-denzil][meta-oe][PATCH 11/11] kernel.bbclass: Dont package kxgettext.o Koen Kooi
2012-09-03 16:28 ` [for-denzil][meta-oe][PATCH 01/11] xz: updated to version 5.1.1alpha Koen Kooi
2012-09-03 18:22   ` Scott Garman [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=5044F57D.3080901@intel.com \
    --to=scott.a.garman@intel.com \
    --cc=koen@dominion.thruhere.net \
    --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 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.