Bug 1297

Summary: Add ability to give additional args to $(DOWNLOAD) for sourceforge pkgs
Product: buildroot Reporter: Chris Seawood <cls>
Component: OtherAssignee: unassigned
Status: RESOLVED INVALID    
Severity: minor CC: buildroot
Priority: P5    
Version: 2010.02   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Bug Depends on:    
Bug Blocks: 1303    
Attachments: v1.0

Description Chris Seawood 2010-03-16 00:23:43 UTC
Created attachment 1273 [details]
v1.0

It appears that sourceforge has changed their download scheme for some packages (librsync at least). The new scheme is

http://downloads.sourceforge.net/$PROJECT_PATH/$FILE_TO_DOWNLOAD?use_mirror=$MIRROR_NAME

The attached patch lets the package optionally append a '?$($(PKG_SITE)_SITE_ARGS)' to the existing download url.
Comment 1 Peter Korsgaard 2010-03-22 15:59:28 UTC
Thanks, but this isn't needed if the direct download URLS (like the other packages using sourceforge) is used. See package/haserl/haserl.mk for an example.