[oe-commits] Marcin Juszkiewicz : spectrum-fw: added checksums

git version control git at git.openembedded.org
Mon Mar 15 07:11:02 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 743b1ba2c46a8bf623e41eba64278afa70a63504
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=743b1ba2c46a8bf623e41eba64278afa70a63504

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Mon Mar 15 08:08:49 2010 +0100

spectrum-fw: added checksums

Signed-off-by: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>

---

 recipes/orinoco/spectrum-fw.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/orinoco/spectrum-fw.bb b/recipes/orinoco/spectrum-fw.bb
index 2799878..66ec16e 100644
--- a/recipes/orinoco/spectrum-fw.bb
+++ b/recipes/orinoco/spectrum-fw.bb
@@ -3,7 +3,7 @@ DEPENDS += " unzip-native "
 LICENSE = "unknown"
 PR = "r2"
 
-SRC_URI = "ftp://symstore.longisland.com/Symstore/services_download/wirless_prod/MC&DriverOnlyInstallers.zip \
+SRC_URI = "ftp://symstore.longisland.com/Symstore/services_download/wirless_prod/MC&DriverOnlyInstallers.zip;name=zip \
            file://get_symbol_fw \
            file://parse_symbol_fw"
 S = "${WORKDIR}"
@@ -20,3 +20,6 @@ do_install() {
 
 PACKAGE_ARCH = "all"
 FILES_${PN} += "${base_libdir}/firmware/symbol*"
+
+SRC_URI[zip.md5sum] = "48ad5e824af83d4d7a38ef0a3eab0c3b"
+SRC_URI[zip.sha256sum] = "c4a960651f91e4485bb74770ab8611fc6b03a677c69d7256422bc56604624982"





More information about the Openembedded-commits mailing list