diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-08 00:29:11 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-08 00:29:11 +0000 |
commit | 7091dd78f0cc114fe3e748276363f09c2dfe820f (patch) | |
tree | 84096862d59942162a2271dd191fc815fb34cf8b /packages/orinoco | |
parent | 01a76ec4e5aaeba0834437a5b4268008a0826fc3 (diff) |
Set some packages/classes PACKAGE_ARCH correctly and also correct some PACKAGE_ARCH= to .
Diffstat (limited to 'packages/orinoco')
-rw-r--r-- | packages/orinoco/spectrum-fw.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/orinoco/spectrum-fw.bb b/packages/orinoco/spectrum-fw.bb index 1d388332a5..dd76000ed1 100644 --- a/packages/orinoco/spectrum-fw.bb +++ b/packages/orinoco/spectrum-fw.bb @@ -1,6 +1,7 @@ DESCRIPTION = "Firmware for Spectrum Wireless LAN cards" LICENSE = "unknown" PR = "r0" +PACKAGE_ARCH = "all" SRC_URI = "file://get_symbol_fw \ file://parse_symbol_fw" |