From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Tue, 1 Feb 2011 23:22:40 +0100 Subject: [Buildroot] [PATCH 2/2] docs: add missing info about Bazaar (bzr) download method In-Reply-To: <1296598960-356-1-git-send-email-bjorn.forsman@gmail.com> References: <1296598960-356-1-git-send-email-bjorn.forsman@gmail.com> Message-ID: <1296598960-356-2-git-send-email-bjorn.forsman@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Signed-off-by: Bj?rn Forsman --- docs/buildroot.html | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/buildroot.html b/docs/buildroot.html index de6b1d7..67c82a7 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 -- 1.7.1