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

Daniel Nyström daniel.nystrom at timeterminal.se
Sat Dec 25 23:25:45 UTC 2010


2010/12/25 Peter Korsgaard <jacmet at uclibc.org>:
>>>>>> "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?

Bzr exports directly into a tarball:
http://doc.bazaar.canonical.com/bzr.2.2/en/user-reference/export-help.html



More information about the buildroot mailing list