[oe-commits] Xiaofeng Yan : directfb: change check sum

git at git.openembedded.org git at git.openembedded.org
Thu Nov 24 14:57:31 UTC 2011


Module: openembedded-core.git
Branch: master-next
Commit: 7056ea9b1eb5ff358c1f8d2b949597e4e98f3a2b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7056ea9b1eb5ff358c1f8d2b949597e4e98f3a2b

Author: Xiaofeng Yan <xiaofeng.yan at windriver.com>
Date:   Wed Nov 23 15:05:24 2011 +0800

directfb: change check sum

Change check sum of directfb. The previous checksum was incorrect when it
was added due to a corrupted download on the submitter's system.

Signed-off-by: Xiaofeng Yan <xiaofeng.yan at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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"





More information about the Openembedded-commits mailing list