* [Buildroot] [PATCH] pkg-download.mk: Add missing argument when downloading from primary mirror @ 2012-04-25 11:45 Markos Chandras 2012-04-27 21:13 ` Arnout Vandecappelle 2012-05-05 21:58 ` Peter Korsgaard 0 siblings, 2 replies; 3+ messages in thread From: Markos Chandras @ 2012-04-25 11:45 UTC (permalink / raw) To: buildroot Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> --- package/pkg-download.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/pkg-download.mk b/package/pkg-download.mk index ccf819e..b833de9 100644 --- a/package/pkg-download.mk +++ b/package/pkg-download.mk @@ -207,7 +207,7 @@ define DOWNLOAD_INNER $(Q)if test -n "$(call qstrip,$(BR2_PRIMARY_SITE))" ; then \ case "$(call geturischeme,$(BR2_PRIMARY_SITE))" in \ scp) $(call $(DL_MODE)_SCP,$(BR2_PRIMARY_SITE),$(2)) && exit ;; \ - *) $(call $(DL_MODE)_WGET,$(BR2_PRIMARY_SITE),$(2)) && exit ;; \ + *) $(call $(DL_MODE)_WGET,$(BR2_PRIMARY_SITE)/$(2),$(2)) && exit ;; \ esac ; \ fi ; \ if test -n "$(1)" ; then \ -- 1.7.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] pkg-download.mk: Add missing argument when downloading from primary mirror 2012-04-25 11:45 [Buildroot] [PATCH] pkg-download.mk: Add missing argument when downloading from primary mirror Markos Chandras @ 2012-04-27 21:13 ` Arnout Vandecappelle 2012-05-05 21:58 ` Peter Korsgaard 1 sibling, 0 replies; 3+ messages in thread From: Arnout Vandecappelle @ 2012-04-27 21:13 UTC (permalink / raw) To: buildroot On Wednesday 25 April 2012 13:45:16 Markos Chandras wrote: > Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> How could I have missed this one... Regards, Arnout -- Arnout Vandecappelle arnout at mind be Senior Embedded Software Architect +32-16-286540 Essensium/Mind http://www.mind.be G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F ^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] pkg-download.mk: Add missing argument when downloading from primary mirror 2012-04-25 11:45 [Buildroot] [PATCH] pkg-download.mk: Add missing argument when downloading from primary mirror Markos Chandras 2012-04-27 21:13 ` Arnout Vandecappelle @ 2012-05-05 21:58 ` Peter Korsgaard 1 sibling, 0 replies; 3+ messages in thread From: Peter Korsgaard @ 2012-05-05 21:58 UTC (permalink / raw) To: buildroot >>>>> "Markos" == Markos Chandras <markos.chandras@imgtec.com> writes: Markos> Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Committed, thanks. -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-05-05 21:58 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-04-25 11:45 [Buildroot] [PATCH] pkg-download.mk: Add missing argument when downloading from primary mirror Markos Chandras 2012-04-27 21:13 ` Arnout Vandecappelle 2012-05-05 21:58 ` Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox