All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Randy MacLeod <randy.macleod@windriver.com>
Cc: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 12/14] xinit: Update to 1.3.2 -- Typo fix.
Date: Tue, 13 Mar 2012 17:23:53 -0700	[thread overview]
Message-ID: <4F5FE519.8070206@linux.intel.com> (raw)
In-Reply-To: <4F5F6F13.9000805@windriver.com>

On 03/13/2012 09:00 AM, Randy MacLeod wrote:
> On 12-02-02 06:47 PM, Saul Wold wrote:
>> Signed-off-by: Saul Wold<sgw@linux.intel.com>
>> ---
>> .../xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb} | 6 +++---
>> 1 files changed, 3 insertions(+), 3 deletions(-)
>> rename meta/recipes-graphics/xorg-app/{xinit_1.3.1.bb =>
>> xinit_1.3.2.bb} (79%)
>>
>> diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb
>> b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
>> similarity index 79%
>> rename from meta/recipes-graphics/xorg-app/xinit_1.3.1.bb
>> rename to meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
>> index 2ddebe6..e029a03 100644
>> --- a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb
>> +++ b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
>> @@ -10,11 +10,11 @@ then terminate."
>>
>> LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407"
>>
>> -PR = "r2"
>> +PR = "r0"
>> PE = "1"
>>
>> -SRC_URI[md5sum] = "ee234056d8a3dbf37b61b4bcb35b88e4"
>> -SRC_URI[sha256sum] =
>> "c7468dfae94bdb42785d79623c27156dc4bf379d8372992830482cb04d8439b0"
>> +RC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44"
>> +SRC_URI[sha256sum] =
>> "a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235"
>>
>> EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie"
>>
> Fix this warning:
> WARNING: Missing md5 SRC_URI checksum for
> /.../downloads/xinit-1.3.2.tar.bz2, consider adding to the recipe:
> SRC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44"
>
>
> $ git diff meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
> diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
> b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
> index e029a03..cb3e028 100644
> --- a/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
> +++ b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
> @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407"
> PR = "r0"
> PE = "1"
>
> -RC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44"
> +SRC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44"
> SRC_URI[sha256sum] =
> "a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235"
>
> EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie"
>
>
> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>

Merged into OE-Core

Thanks for catching this one, even wall all the build we do, it got 
messed up!

Sau!



  reply	other threads:[~2012-03-14  0:32 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
2012-02-02 23:47 ` [PATCH 01/14] task-self-hosted: add disk partitioning tools Saul Wold
2012-02-02 23:47 ` [PATCH 02/14] task-self-hosted: add python-pkgutil since it's required Saul Wold
2012-02-02 23:47 ` [PATCH 03/14] self-hosted-image: add package management for correct installation Saul Wold
2012-02-02 23:47 ` [PATCH 04/14] openssl: Update to 1.0.0g Saul Wold
2012-02-02 23:47 ` [PATCH 05/14] openssl: Update to 0.9.8t (gplv2) Saul Wold
2012-02-02 23:47 ` [PATCH 06/14] gnutls: Update to 2.12.16 Saul Wold
2012-02-02 23:47 ` [PATCH 07/14] rxvt-unicode: Update to 9.15 Saul Wold
2012-02-02 23:47 ` [PATCH 08/14] gnupg: Add gplv2 version 1.4.7 Saul Wold
2012-02-02 23:47 ` [PATCH 09/14] file: Update to version 5.10 Saul Wold
2012-02-02 23:47 ` [PATCH 10/14] libidn: Update to 1.24 Saul Wold
2012-02-02 23:47 ` [PATCH 11/14] libdrm: Update to 2.4.30 Saul Wold
2012-02-02 23:47 ` [PATCH 12/14] xinit: Update to 1.3.2 Saul Wold
2012-03-13 16:00   ` [PATCH 12/14] xinit: Update to 1.3.2 -- Typo fix Randy MacLeod
2012-03-14  0:23     ` Saul Wold [this message]
2012-02-02 23:47 ` [PATCH 13/14] xf86-input-keyboard: Update to 1.6.1 Saul Wold
2012-02-02 23:47 ` [PATCH 14/14] distro_track: Track Updates Saul Wold
2012-02-03  8:05 ` [PATCH 00/14] Self-Hosted Fixes and Package Updates Koen Kooi
2012-02-03 16:06   ` Saul Wold
2012-02-03 16:10 ` 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=4F5FE519.8070206@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=randy.macleod@windriver.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 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.