[oe-commits] Ulf Samuelsson : Add checksums for owl-wifi driver for H&D Wireless HDG104

git version control git at git.openembedded.org
Thu Feb 3 22:36:28 UTC 2011


Module: openembedded.git
Branch: ulf/linux-2.6.30-2011-01-16
Commit: 64c63fc5903094a2e1eabac6655b2007724a9b6a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=64c63fc5903094a2e1eabac6655b2007724a9b6a

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Thu Feb  3 23:05:00 2011 +0100

Add checksums for owl-wifi driver for H&D Wireless HDG104

---

 recipes/owl-wifi/owl-wifi_1.0.4.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/owl-wifi/owl-wifi_1.0.4.bb b/recipes/owl-wifi/owl-wifi_1.0.4.bb
index 5e31b82..782cacb 100644
--- a/recipes/owl-wifi/owl-wifi_1.0.4.bb
+++ b/recipes/owl-wifi/owl-wifi_1.0.4.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.hd-wireless.se"
 PRIORITY = "optional"
 SECTION = "kernel/modules"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
 RDEPENDS = "wireless-tools \
 	 wpa-supplicant \
 	 "
@@ -29,3 +29,7 @@ do_install() {
         install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net
         install -m 0644 ${S}/owl*${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net
 }
+
+SRC_URI[md5sum] = "e8df44b8c766436fdd798fa5cd6d1a02"
+SRC_URI[sha256sum] = "c2b47ecb6375e7a5904fefd6ec7b715ca4a6ac347fb68324fea7ade152244e6e"
+





More information about the Openembedded-commits mailing list