From df03cdaf3a1390c3a9881195b330c6c953018c3b Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 7 Aug 2009 11:57:54 +0200 Subject: buildroot: add basic Bazaar support This change adds the config options BR2_BZR_CO and BR2_BZR_UP that allow to configure the commands for doing a checkout/update from a Bazaar repository. Signed-off-by: Sven Neumann --- project/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project') diff --git a/project/Makefile.in b/project/Makefile.in index 7f359bcf7..69c8572e0 100644 --- a/project/Makefile.in +++ b/project/Makefile.in @@ -13,6 +13,8 @@ endif WGET:=$(call qstrip,$(BR2_WGET)) $(SPIDER) $(QUIET) SVN_CO:=$(call qstrip,$(BR2_SVN_CO)) $(QUIET) SVN_UP:=$(call qstrip,$(BR2_SVN_UP)) $(QUIET) +BZR_CO:=$(call qstrip,$(BR2_BZR_CO)) $(QUIET) +BZR_UP:=$(call qstrip,$(BR2_BZR_UP)) $(QUIET) GIT:=$(call qstrip,$(BR2_GIT)) $(QUIET) ZCAT:=$(call qstrip,$(BR2_ZCAT)) BZCAT:=$(call qstrip,$(BR2_BZCAT)) -- cgit v1.2.3