[prev in list] [next in list] [prev in thread] [next in thread] 

List:       buildroot
Subject:    [Buildroot] [PATCH 01/15] package: show complete URL for external-deps
From:       thomas.petazzoni () free-electrons ! com (Thomas Petazzoni)
Date:       2011-08-31 21:31:09
Message-ID: 9a55925fbd5588fb01890a48d15a46b06c93fed4.1314826231.git.thomas.petazzoni () free-electrons ! com
[Download RAW message or body]

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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic