From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Sat, 25 Dec 2010 23:30:11 +0100 Subject: [Buildroot] [PATCH 1/2] package/Makefile.package.in: Added BZR download support In-Reply-To: (Thomas Petazzoni's message of "Fri, 24 Dec 2010 18:07:42 +0100") References: Message-ID: <878vzdpjt8.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Thomas" == Thomas Petazzoni writes: Thomas> From: Daniel Nystr?m Thomas> Signed-off-by: Daniel Nystr?m Thomas> Signed-off-by: Thomas Petazzoni 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