Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] pkg-download.mk: Add missing argument for DOWNLOAD_WGET
@ 2012-04-25  9:04 Markos Chandras
  2012-04-25 11:21 ` Markos Chandras
  0 siblings, 1 reply; 2+ messages in thread
From: Markos Chandras @ 2012-04-25  9:04 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..df63c26 100644
--- a/package/pkg-download.mk
+++ b/package/pkg-download.mk
@@ -161,7 +161,7 @@ endef
 # download fails).
 define DOWNLOAD_WGET
 	test -e $(DL_DIR)/$(2) || \
-	$(WGET) -O $(DL_DIR)/$(2) '$(call qstrip,$(1))' || \
+	$(WGET) -O $(DL_DIR)/$(2) '$(call qstrip,$(1))'/$(2) || \
 	(rm -f $(DL_DIR)/$(2) ; exit 1)
 endef
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] pkg-download.mk: Add missing argument for DOWNLOAD_WGET
  2012-04-25  9:04 [Buildroot] [PATCH] pkg-download.mk: Add missing argument for DOWNLOAD_WGET Markos Chandras
@ 2012-04-25 11:21 ` Markos Chandras
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras @ 2012-04-25 11:21 UTC (permalink / raw)
  To: buildroot

On 04/25/2012 10:04 AM, Markos Chandras wrote:

> 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..df63c26 100644
> --- a/package/pkg-download.mk
> +++ b/package/pkg-download.mk
> @@ -161,7 +161,7 @@ endef
>  # download fails).
>  define DOWNLOAD_WGET
>         test -e $(DL_DIR)/$(2) || \
> -       $(WGET) -O $(DL_DIR)/$(2) '$(call qstrip,$(1))' || \
> +       $(WGET) -O $(DL_DIR)/$(2) '$(call qstrip,$(1))'/$(2) || \
>         (rm -f $(DL_DIR)/$(2) ; exit 1)
>  endef
> 
> --
> 1.7.1
> 


This patch fixes the problem with the primary download mirror but breaks
the rest of the download methods. I will prepare a new patch

-- 
markos

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-04-25 11:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-25  9:04 [Buildroot] [PATCH] pkg-download.mk: Add missing argument for DOWNLOAD_WGET Markos Chandras
2012-04-25 11:21 ` Markos Chandras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox