Bug 11091 - BR2_PRIMARY_SITE doesn't work (wget is selected every time as backend)
Summary: BR2_PRIMARY_SITE doesn't work (wget is selected every time as backend)
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2018.05
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: Yann E. MORIN
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-12 09:25 UTC by t.prueckl
Modified: 2018-08-21 07:12 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Patch to fix the descripted issue (1008 bytes, application/octet-stream)
2018-06-12 09:25 UTC, t.prueckl
Details
Patch to fix the descripted issue #2 (1010 bytes, patch)
2018-06-12 09:28 UTC, t.prueckl
Details
Patch to fix the descripted issue (1010 bytes, patch)
2018-06-12 09:30 UTC, t.prueckl
Details
Patch to fix the descripted issue (1014 bytes, patch)
2018-06-13 06:29 UTC, t.prueckl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description t.prueckl 2018-06-12 09:25:51 UTC
Created attachment 7631 [details]
Patch to fix the descripted issue

The Download doesn't work if the BR2_PRIMARY_SITE isn't a http url.
In my case if use a 'file://' url to get the files from a mounted directory.

Reason: the "|urlencode" is appended to the backend type.
In the file "support/download/dl-wrapper" this string isn't removed when selecting the backend.
Comment 1 t.prueckl 2018-06-12 09:28:47 UTC
Created attachment 7636 [details]
Patch to fix the descripted issue #2
Comment 2 t.prueckl 2018-06-12 09:30:17 UTC
Created attachment 7641 [details]
Patch to fix the descripted issue
Comment 3 t.prueckl 2018-06-13 06:29:01 UTC
Created attachment 7651 [details]
Patch to fix the descripted issue