[Buildroot] [PATCH 01/12] package: show complete URL for external-deps

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Jul 20 05:52:00 UTC 2011


The WGET helper that is used for the "make external-deps" target was
only showing the filename, and not the complete download URL, which
was inconsistent with the SVN, BZR and GIT helpers that all show the
complete URL of the upstream project.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/Makefile.package.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/Makefile.package.in b/package/Makefile.package.in
index faa7ff1..2798868 100644
--- a/package/Makefile.package.in
+++ b/package/Makefile.package.in
@@ -167,7 +167,7 @@ define SOURCE_CHECK_WGET
 endef
 
 define SHOW_EXTERNAL_DEPS_WGET
-  echo $(2)
+  echo $(1)/$(2)
 endef
 
 ################################################################################
-- 
1.7.4.1



More information about the buildroot mailing list