Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] directfb: Change check sum
@ 2011-11-23  7:21 Xiaofeng Yan
  2011-11-23  7:21 ` [PATCH 1/1] directfb: change " Xiaofeng Yan
  0 siblings, 1 reply; 7+ messages in thread
From: Xiaofeng Yan @ 2011-11-23  7:21 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

The previous check sum is wrong due to some reason. I fix it.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/directfb
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/directfb

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (1):
  directfb: change check sum

 meta/recipes-graphics/directfb/directfb_1.4.15.bb |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)




^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 1/1] directfb: change check sum
  2011-11-23  7:21 [PATCH 0/1] directfb: Change check sum Xiaofeng Yan
@ 2011-11-23  7:21 ` Xiaofeng Yan
  2011-11-23  7:37   ` Koen Kooi
  0 siblings, 1 reply; 7+ messages in thread
From: Xiaofeng Yan @ 2011-11-23  7:21 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Change check sum of directfb. The previous check sum is wrong.

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
 meta/recipes-graphics/directfb/directfb_1.4.15.bb |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-graphics/directfb/directfb_1.4.15.bb b/meta/recipes-graphics/directfb/directfb_1.4.15.bb
index 71c0876..c322dec 100644
--- a/meta/recipes-graphics/directfb/directfb_1.4.15.bb
+++ b/meta/recipes-graphics/directfb/directfb_1.4.15.bb
@@ -1,7 +1,7 @@
 require directfb.inc
 
 RV = "1.4-6"
-PR = "r0"
+PR = "r1"
 
 DEPENDS += "sysfsutils"
 
@@ -21,7 +21,5 @@ EXTRA_OECONF = "\
 
 LEAD_SONAME = "libdirectfb-1.4.so.6"
 
-SRC_URI[md5sum] = "2c779c9a8456790c6c29ad85459b2600"
-SRC_URI[sha256sum] = "b119ab9c5c0c505c23e32d41ae54bd04cb474c5e58900ec0f1cf9482f892f9b2"
-
-
+SRC_URI[md5sum] = "9b2b90b81d7ded2a4a5caa22daeb81ef"
+SRC_URI[sha256sum] = "a40e640b53da9b2b155d98bf8cb1d173b01418c04b176768307adebefa0b78a8"
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/1] directfb: change check sum
  2011-11-23  7:21 ` [PATCH 1/1] directfb: change " Xiaofeng Yan
@ 2011-11-23  7:37   ` Koen Kooi
  2011-11-23  7:41     ` Xiaofeng Yan
  2011-11-23 19:36     ` Saul Wold
  0 siblings, 2 replies; 7+ messages in thread
From: Koen Kooi @ 2011-11-23  7:37 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]


Op 23 nov. 2011, om 08:21 heeft Xiaofeng Yan het volgende geschreven:

> From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
> 
> Change check sum of directfb. The previous check sum is wrong.

Why is it wrong? What has changed?

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/1] directfb: change check sum
  2011-11-23  7:37   ` Koen Kooi
@ 2011-11-23  7:41     ` Xiaofeng Yan
  2011-11-23 19:36     ` Saul Wold
  1 sibling, 0 replies; 7+ messages in thread
From: Xiaofeng Yan @ 2011-11-23  7:41 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 592 bytes --]

On 2011?11?23? 15:37, Koen Kooi wrote:
> Op 23 nov. 2011, om 08:21 heeft Xiaofeng Yan het volgende geschreven:
>
>> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>>
>> Change check sum of directfb. The previous check sum is wrong.
> Why is it wrong? What has changed?
Uncompleted download could cause this problem before due to network 
problem on my side.

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


[-- Attachment #2: Type: text/html, Size: 1703 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/1] directfb: change check sum
  2011-11-23  7:37   ` Koen Kooi
  2011-11-23  7:41     ` Xiaofeng Yan
@ 2011-11-23 19:36     ` Saul Wold
  2011-11-23 19:59       ` Koen Kooi
  1 sibling, 1 reply; 7+ messages in thread
From: Saul Wold @ 2011-11-23 19:36 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi

On 11/22/2011 11:37 PM, Koen Kooi wrote:
>
> Op 23 nov. 2011, om 08:21 heeft Xiaofeng Yan het volgende geschreven:
>
>> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>>
>> Change check sum of directfb. The previous check sum is wrong.
>
> Why is it wrong? What has changed?
>
>
Seems that when the recipe update occurred, the checksums where not 
properly updated at the same time, this is a valid and needed patch as 
it corrects the checksums for the 1.4.15 tarball.

Sau!

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/1] directfb: change check sum
  2011-11-23 19:36     ` Saul Wold
@ 2011-11-23 19:59       ` Koen Kooi
  2011-11-24 13:40         ` Richard Purdie
  0 siblings, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2011-11-23 19:59 UTC (permalink / raw)
  To: Saul Wold; +Cc: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 611 bytes --]


Op 23 nov. 2011, om 20:36 heeft Saul Wold het volgende geschreven:

> On 11/22/2011 11:37 PM, Koen Kooi wrote:
>> 
>> Op 23 nov. 2011, om 08:21 heeft Xiaofeng Yan het volgende geschreven:
>> 
>>> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>>> 
>>> Change check sum of directfb. The previous check sum is wrong.
>> 
>> Why is it wrong? What has changed?
>> 
>> 
> Seems that when the recipe update occurred, the checksums where not properly updated at the same time, this is a valid and needed patch as it corrects the checksums for the 1.4.15 tarball.

Now put that in the commit message :)

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/1] directfb: change check sum
  2011-11-23 19:59       ` Koen Kooi
@ 2011-11-24 13:40         ` Richard Purdie
  0 siblings, 0 replies; 7+ messages in thread
From: Richard Purdie @ 2011-11-24 13:40 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, 2011-11-23 at 20:59 +0100, Koen Kooi wrote:
> Op 23 nov. 2011, om 20:36 heeft Saul Wold het volgende geschreven:
> 
> > On 11/22/2011 11:37 PM, Koen Kooi wrote:
> >> 
> >> Op 23 nov. 2011, om 08:21 heeft Xiaofeng Yan het volgende
> geschreven:
> >> 
> >>> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
> >>> 
> >>> Change check sum of directfb. The previous check sum is wrong.
> >> 
> >> Why is it wrong? What has changed?
> >> 
> >> 
> > Seems that when the recipe update occurred, the checksums where not
> properly updated at the same time, this is a valid and needed patch as
> it corrects the checksums for the 1.4.15 tarball.
> 
> Now put that in the commit message :)

I merged this with an updated commit message.

Cheers,

Richard




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-11-24 13:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-23  7:21 [PATCH 0/1] directfb: Change check sum Xiaofeng Yan
2011-11-23  7:21 ` [PATCH 1/1] directfb: change " Xiaofeng Yan
2011-11-23  7:37   ` Koen Kooi
2011-11-23  7:41     ` Xiaofeng Yan
2011-11-23 19:36     ` Saul Wold
2011-11-23 19:59       ` Koen Kooi
2011-11-24 13:40         ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox