diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-15 00:01:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-15 00:18:52 +0200 |
commit | 845da57b03a91d15bb782325358591649df1579c (patch) | |
tree | 726062180cbb7b014f19faca1279042986a53f74 /recipes/pwc | |
parent | 76cf00c745b2be7c39fb0d966959948adeab1801 (diff) |
recipes: more checksums and more fixes to download them all
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/pwc')
-rw-r--r-- | recipes/pwc/pwc_10.0.6a.bb | 2 | ||||
-rw-r--r-- | recipes/pwc/pwc_10.0.9-rc1.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes/pwc/pwc_10.0.6a.bb b/recipes/pwc/pwc_10.0.6a.bb index 26213ee84a..b4ae861544 100644 --- a/recipes/pwc/pwc_10.0.6a.bb +++ b/recipes/pwc/pwc_10.0.6a.bb @@ -28,3 +28,5 @@ do_install() { install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media } +SRC_URI[md5sum] = "9ea511431e9475fb78d76f2551303d97" +SRC_URI[sha256sum] = "0ef8f59624736592c7906a265c4d2edba8e860dea90ef23f93ed6d1d9d69bdd2" diff --git a/recipes/pwc/pwc_10.0.9-rc1.bb b/recipes/pwc/pwc_10.0.9-rc1.bb index 6067c0b1aa..75112436bc 100644 --- a/recipes/pwc/pwc_10.0.9-rc1.bb +++ b/recipes/pwc/pwc_10.0.9-rc1.bb @@ -27,3 +27,5 @@ do_install() { install -m 0644 *${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/usb/media } +SRC_URI[md5sum] = "d12d62f4f80589802dc10f2a4ede58c7" +SRC_URI[sha256sum] = "49b7021dae3e927a058a10e9bac737a28d0e4f35fd0b2c6a420cc26e6f8c55e6" |