diff options
author | Yu Ke <ke.yu@intel.com> | 2010-07-20 15:50:43 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-21 16:00:59 +0100 |
commit | 12c929683f6211dcef7b16c90ab4c4984eae95c9 (patch) | |
tree | 472910a8e7a6bb4ee634ea02590f8e23b854db88 /meta/packages | |
parent | f19358842868b849a44d597a37d37a458e35fa0a (diff) | |
download | poky-12c929683f6211dcef7b16c90ab4c4984eae95c9.tar.gz |
spectrum-fw.bb: Change SRC_URI to somewhere fetchable.
Borrow code from open embedded spectrum-fw.bb
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/orinoco/spectrum-fw.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/orinoco/spectrum-fw.bb b/meta/packages/orinoco/spectrum-fw.bb index 2799878b6e..04849c319e 100644 --- a/meta/packages/orinoco/spectrum-fw.bb +++ b/meta/packages/orinoco/spectrum-fw.bb | |||
@@ -3,7 +3,7 @@ DEPENDS += " unzip-native " | |||
3 | LICENSE = "unknown" | 3 | LICENSE = "unknown" |
4 | PR = "r2" | 4 | PR = "r2" |
5 | 5 | ||
6 | SRC_URI = "ftp://symstore.longisland.com/Symstore/services_download/wirless_prod/MC&DriverOnlyInstallers.zip \ | 6 | SRC_URI = "http://ftp.osuosl.org/pub/nslu2/sources/MC&DriverOnlyInstallers.zip \ |
7 | file://get_symbol_fw \ | 7 | file://get_symbol_fw \ |
8 | file://parse_symbol_fw" | 8 | file://parse_symbol_fw" |
9 | S = "${WORKDIR}" | 9 | S = "${WORKDIR}" |