Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Kang Kai <Kai.Kang@windriver.com>
To: Richard Purdie <richard.purdie@intel.com>
Cc: "Yang, Liezhi" <Liezhi.Yang@windriver.com>,
	openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 6/8] alsa-tools: update to 1.0.25
Date: Thu, 15 Mar 2012 13:58:23 +0800	[thread overview]
Message-ID: <4F6184FF.9090603@windriver.com> (raw)
In-Reply-To: <1331740508.18586.40.camel@ted>

On 2012年03月14日 23:55, Richard Purdie wrote:
> On Wed, 2012-03-14 at 17:03 +0800, Kang Kai wrote:
>> Update to version 1.0.25
>>
>> Signed-off-by: Kang Kai<kai.kang@windriver.com>
>> ---
>>   .../autotools.patch                                |    0
>>   ...alsa-tools_1.0.24.1.bb =>  alsa-tools_1.0.25.bb} |    6 +++---
>>   2 files changed, 3 insertions(+), 3 deletions(-)
>>   rename meta/recipes-multimedia/alsa/{alsa-tools-1.0.24.1 =>  alsa-tools-1.0.25}/autotools.patch (100%)
>>   rename meta/recipes-multimedia/alsa/{alsa-tools_1.0.24.1.bb =>  alsa-tools_1.0.25.bb} (83%)
>>
>> diff --git a/meta/recipes-multimedia/alsa/alsa-tools-1.0.24.1/autotools.patch b/meta/recipes-multimedia/alsa/alsa-tools-1.0.25/autotools.patch
>> similarity index 100%
>> rename from meta/recipes-multimedia/alsa/alsa-tools-1.0.24.1/autotools.patch
>> rename to meta/recipes-multimedia/alsa/alsa-tools-1.0.25/autotools.patch
>> diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb
>> similarity index 83%
>> rename from meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb
>> rename to meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb
>> index ed2886d..1738081 100644
>> --- a/meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb
>> +++ b/meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb
>> @@ -7,7 +7,7 @@ SECTION = "console/utils"
>>   LICENSE = "GPLv2&  LGPLv2+"
>>   DEPENDS = "alsa-lib ncurses"
>>
>> -PR = "r3"
>> +PR = "r0"
>>
>>   LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
>>                       file://ld10k1/COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34"
>> @@ -15,8 +15,8 @@ LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=94d55d512a9ba36caa9b7df079bae1
>>   SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2 \
>>              file://autotools.patch"
>>
>> -SRC_URI[md5sum] = "08fe93a12006093e590d7ecc02b119dd"
>> -SRC_URI[sha256sum] = "17d43de93ab2db98886d89a53e45341daa46a4ef6edd405db87f4b5a5dc64a05"
>> +SRC_URI[md5sum] = "06fe5819020c6684b991dcffc5471304"
>> +SRC_URI[sha256sum] = "5a1a805cf04106316d549ec650116ce6711a162e107ba8b3c551866680e286e6"
>>
>>   inherit autotools
>>

Hi Richard,

> I've reverted this. The checksums are wrong and even with that fixed, it
> doesn't build. What testing are you doing?
I am very sorry about this kind of mistake.

When update the packages, I did
1 update the bb file name, SRC_URI and reset revision etc.
2 run 'bitbake pkg', then bitbake will warn checksum not match, then 
update the checksum with the right sums in Error Info
3 run 'bitbake pkg' again then see if any other errors
4 finally run 'bitbake pkg ' for other build target. For this serious I 
check them for qemux86-64 and powerpc.

I am confused that I still get the alsa-tools successfully build with 
the wrong checksums after 'bitbake alsa-tools -c clean && rm -rf 
sstate-cache && touch conf/local.conf' for about 3 or 4 times. Then 
remove the source tar ball and modify the checksum in bb file, bitbake 
complains error again.

I will send the update.

Sorry again.

Kai


>
> Cheers,
>
> Richard
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




  reply	other threads:[~2012-03-15  6:07 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-14  9:03 [PATCH 0/8] Update packages Kang Kai
2012-03-14  9:03 ` [PATCH 1/8] gobject-introspection: update to 1.31.20 Kang Kai
2012-03-14  9:03 ` [PATCH 2/8] newt: update to 0.52.14 Kang Kai
2012-03-14  9:03 ` [PATCH 3/8] libsdl: update to 1.2.15 Kang Kai
2012-03-14  9:03 ` [PATCH 4/8] alsa-lib: update to 1.0.25 Kang Kai
2012-03-14  9:03 ` [PATCH 5/8] alsa-utils: " Kang Kai
2012-03-16  7:25   ` Wang, Shane
2012-03-19  2:05     ` Kang Kai
2012-03-14  9:03 ` [PATCH 6/8] alsa-tools: " Kang Kai
2012-03-14 15:55   ` Richard Purdie
2012-03-15  5:58     ` Kang Kai [this message]
2012-03-14  9:03 ` [PATCH 7/8] ghostscript: update to 9.05 Kang Kai
2012-03-14  9:03 ` [PATCH 8/8] distro_tracking_fields: udpate package status Kang Kai
2012-03-14 13:23 ` [PATCH 0/8] Update packages 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=4F6184FF.9090603@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=Liezhi.Yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@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