Re: [OE-core] [PATCH] busybox: busybox wget -P option ignored

2012-07-19 Thread Saul Wold
On 07/17/2012 07:30 AM, Amy Fong wrote: busybox wget testing fails In cases where busybox wget is invoked with -P <...> and the url ends in "/", the download directory is ignored (ie the file index.html is implied), this change enables the -P option for those urls. Signed-off-by: Amy Fong ---

Re: [OE-core] [PATCH] busybox: busybox wget -P option ignored

2012-07-17 Thread Amy Fong
busybox wget testing fails In cases where busybox wget is invoked with -P <...> and the url ends in "/", the download directory is ignored (ie the file index.html is implied), this change enables the -P option for those urls. Signed-off-by: Amy Fong --- busybox-1.19.4/wget_dl_dir_fix.pa

Re: [OE-core] [PATCH] busybox: busybox wget -P option ignored

2012-07-17 Thread Paul Eggleton
Hi Amy, On Tuesday 17 July 2012 10:12:41 Amy Fong wrote: > busybox-1.19.4/wget_dl_dir_fix.patch | 24 For this inner patch, could you please add Signed-off-by and Upstream-Status? https://wiki.yoctoproject.org/wiki/Best_Known_Methods_%28BKMs%29_for_Package_Updating#Pat

[OE-core] [PATCH] busybox: busybox wget -P option ignored

2012-07-17 Thread Amy Fong
busybox wget -P option ignored In cases where busybox wget is invoked with -P <...> and the url ends in "/", the download directory is ignored (ie the file index.html is implied), this change enables the -P option for those urls. Signed-off-by: Amy Fong --- busybox-1.19.4/wget_dl_dir_fi