diff options
author | Xiaofeng Yan <xiaofeng.yan@windriver.com> | 2011-11-23 15:05:24 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-23 23:41:09 +0000 |
commit | bb9dc861b724a620ad60e6e7e71eb54e4ec61589 (patch) | |
tree | fc74c0ea526ecb5c5473f6f2d7a62d09449ed6e8 /meta/recipes-graphics | |
parent | 2485a81f48c141ccd612121f15918673fe276f15 (diff) | |
download | poky-bb9dc861b724a620ad60e6e7e71eb54e4ec61589.tar.gz |
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.
(From OE-Core rev: 7056ea9b1eb5ff358c1f8d2b949597e4e98f3a2b)
Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | 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 71c0876877..c322dec772 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 @@ | |||
1 | require directfb.inc | 1 | require directfb.inc |
2 | 2 | ||
3 | RV = "1.4-6" | 3 | RV = "1.4-6" |
4 | PR = "r0" | 4 | PR = "r1" |
5 | 5 | ||
6 | DEPENDS += "sysfsutils" | 6 | DEPENDS += "sysfsutils" |
7 | 7 | ||
@@ -21,7 +21,5 @@ EXTRA_OECONF = "\ | |||
21 | 21 | ||
22 | LEAD_SONAME = "libdirectfb-1.4.so.6" | 22 | LEAD_SONAME = "libdirectfb-1.4.so.6" |
23 | 23 | ||
24 | SRC_URI[md5sum] = "2c779c9a8456790c6c29ad85459b2600" | 24 | SRC_URI[md5sum] = "9b2b90b81d7ded2a4a5caa22daeb81ef" |
25 | SRC_URI[sha256sum] = "b119ab9c5c0c505c23e32d41ae54bd04cb474c5e58900ec0f1cf9482f892f9b2" | 25 | SRC_URI[sha256sum] = "a40e640b53da9b2b155d98bf8cb1d173b01418c04b176768307adebefa0b78a8" |
26 | |||
27 | |||