Commit be94c5f
committed
scripts: template_setup_posix: Use wget from host tools on macOS
The GNU Project does not distribute official binaries for wget on macOS,
and obtaining trustworthy pre-compiled wget binary on macOS outside
package managers can be difficult.
This commit updates the POSIX setup script to use the wget executable
included in the Zephyr SDK host tools to download the SDK components on
macOS.
Note that the system wget is still used on Linux because wget
availability is not an issue on Linux.
Signed-off-by: Stephanos Ioannidis <[email protected]>1 parent 3a52bde commit be94c5f
1 file changed
+15
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
217 | 229 | | |
218 | 230 | | |
219 | 231 | | |
| |||
238 | 250 | | |
239 | 251 | | |
240 | 252 | | |
241 | | - | |
| 253 | + | |
242 | 254 | | |
243 | 255 | | |
244 | 256 | | |
| |||
265 | 277 | | |
266 | 278 | | |
267 | 279 | | |
268 | | - | |
| 280 | + | |
269 | 281 | | |
270 | 282 | | |
271 | 283 | | |
| |||
0 commit comments