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

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Aug 31 21:31:09 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 868bf28..6dae8f7 100644
--- a/package/Makefile.package.in
+++ b/package/Makefile.package.in
@@ -168,7 +168,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