diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-04-27 21:08:02 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-04-27 21:08:02 +0200 |
commit | 9e2951142fd5bf752ff9711e93fecbf9619eeb11 (patch) | |
tree | 4196674b44a0e5adc4befe808fc66e65b84017eb /recipes/madwifi | |
parent | cc2046eec07d9525d7f19d36caa3293116b3922c (diff) |
madwifi-ng: Recipe whitespace fix.
Diffstat (limited to 'recipes/madwifi')
-rw-r--r-- | recipes/madwifi/madwifi-ng_r.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/madwifi/madwifi-ng_r.inc b/recipes/madwifi/madwifi-ng_r.inc index 59f8bc596f..2161486f7a 100644 --- a/recipes/madwifi/madwifi-ng_r.inc +++ b/recipes/madwifi/madwifi-ng_r.inc @@ -12,10 +12,10 @@ WACKELF_SRC_URI_compulab-pxa270 = " file://20-xscale-VFP-wackelf.patch;patch=1" SRCNAME = "${PN}" SRC_URI = "http://snapshots.madwifi.org/madwifi-trunk/${SRCNAME}-${PV}.tar.gz \ - file://10-xscale-be-elf-copts.patch;patch=1 \ - file://10-xscale-le-elf-copts.patch;patch=1 \ + file://10-xscale-be-elf-copts.patch;patch=1 \ + file://10-xscale-le-elf-copts.patch;patch=1 \ file://10-sh4-le-elf-copts.patch;patch=1 \ - ${WACKELF_SRC_URI}" + ${WACKELF_SRC_URI}" S = "${WORKDIR}/${SRCNAME}-${PV}" |