From 9639a9ab88f02c18f7d6994516e82a3489210249 Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Sun, 6 Feb 2011 20:02:05 +0100 Subject: docs: add missing info about Bazaar (bzr) download method MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bjørn Forsman Acked-by: Thomas Petazzoni Signed-off-by: Daniel Nyström Signed-off-by: Peter Korsgaard --- docs/buildroot.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/buildroot.html b/docs/buildroot.html index b766e410b..8d74410d8 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -1061,12 +1061,12 @@ $(eval $(call GENTARGETS,package,libfoo,host))
  • LIBFOO_SITE_METHOD may contain the method to fetch the package source code. It can either be wget (for normal FTP/HTTP downloads of - tarballs), svn or git. When not - specified, it is guessed from the URL given - in LIBFOO_SITE: git:// - and svn:// URLs will use the git - and svn methods respectively. All other URL-types - will use the wget method. So for example, in the + tarballs), svn, git or bzr. + When not specified, it is guessed from the URL given + in LIBFOO_SITE: svn://, git:// + and bzr:// URLs will use the svn, + git and bzr methods respectively. All other + URL-types will use the wget method. So for example, in the case of a package whose source code is available through Subversion repository on HTTP, one must specifiy LIBFOO_SITE_METHOD=svn. For svn -- cgit v1.2.3