aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/orinoco/spectrum-fw.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-10-23 21:10:28 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-03-15 08:09:40 +0100
commit50c9da4c353cde2afdc142674593c56d1f1d484f (patch)
treebf51c2090973412c8218f6b400281ffb56cf312d /recipes/orinoco/spectrum-fw.bb
parentf362c9bb1ec5a010917a155b1649de890720d9c8 (diff)
downloadopenembedded-50c9da4c353cde2afdc142674593c56d1f1d484f.tar.gz
spectrum-fw: Use the standard fetcher process (from Poky)
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/orinoco/spectrum-fw.bb')
-rw-r--r--recipes/orinoco/spectrum-fw.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/orinoco/spectrum-fw.bb b/recipes/orinoco/spectrum-fw.bb
index cedb0e35fe..2799878b6e 100644
--- a/recipes/orinoco/spectrum-fw.bb
+++ b/recipes/orinoco/spectrum-fw.bb
@@ -1,9 +1,10 @@
DESCRIPTION = "Firmware for Spectrum Wireless LAN cards"
-do_unpack[depends] += "unzip-native:do_populate_staging"
+DEPENDS += " unzip-native "
LICENSE = "unknown"
-PR = "r1"
+PR = "r2"
-SRC_URI = "file://get_symbol_fw \
+SRC_URI = "ftp://symstore.longisland.com/Symstore/services_download/wirless_prod/MC&DriverOnlyInstallers.zip \
+ file://get_symbol_fw \
file://parse_symbol_fw"
S = "${WORKDIR}"