[Buildroot] [PATCH 1/2] package/Makefile.package.in: Added BZR download support

Peter Korsgaard jacmet at uclibc.org
Sat Dec 25 22:30:11 UTC 2010


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> From: Daniel Nyström <daniel.nystrom at timeterminal.se>
 Thomas> Signed-off-by: Daniel Nyström <daniel.nystrom at timeterminal.se>
 Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
 Thomas> ---
 Thomas>  package/Makefile.package.in |   39 ++++++++++++++++++++++++++++-----------
 Thomas>  1 files changed, 28 insertions(+), 11 deletions(-)
 
 Thomas> +define DOWNLOAD_BZR
 Thomas> +	test -e $(DL_DIR)/$($(PKG)_SOURCE) || \
 Thomas> +	$(BZR) export $(DL_DIR)/$($(PKG)_SOURCE) $($(PKG)_SITE) -r $($(PKG)_DL_VERSION)

Shouldn't this make a tarball like the git/svn versions do?

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list