diff options
author | Bjørn Forsman <bjorn.forsman@gmail.com> | 2011-02-06 20:02:05 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-06 21:08:38 +0100 |
commit | 9639a9ab88f02c18f7d6994516e82a3489210249 (patch) | |
tree | fa1dd27a8b211d55fd8b617293bcbb8a131ce4e7 /docs/buildroot.html | |
parent | f210ab4e2f332daff3cdbb148c5c2331f05e33ba (diff) | |
download | buildroot-novena-9639a9ab88f02c18f7d6994516e82a3489210249.tar.gz buildroot-novena-9639a9ab88f02c18f7d6994516e82a3489210249.zip |
docs: add missing info about Bazaar (bzr) download method
Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Daniel Nyström <daniel.nystrom@timeterminal.se>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r-- | docs/buildroot.html | 12 |
1 files changed, 6 insertions, 6 deletions
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)) <li><code>LIBFOO_SITE_METHOD</code> may contain the method to fetch the package source code. It can either be <code>wget</code> (for normal FTP/HTTP downloads of - tarballs), <code>svn</code> or <code>git</code>. When not - specified, it is guessed from the URL given - in <code>LIBFOO_SITE</code>: <code>git://</code> - and <code>svn://</code> URLs will use the <code>git</code> - and <code>svn</code> methods respectively. All other URL-types - will use the <code>wget</code> method. So for example, in the + tarballs), <code>svn</code>, <code>git</code> or <code>bzr</code>. + When not specified, it is guessed from the URL given + in <code>LIBFOO_SITE</code>: <code>svn://</code>, <code>git://</code> + and <code>bzr://</code> URLs will use the <code>svn</code>, + <code>git</code> and <code>bzr</code> methods respectively. All other + URL-types will use the <code>wget</code> method. So for example, in the case of a package whose source code is available through Subversion repository on HTTP, one <i>must</i> specifiy <code>LIBFOO_SITE_METHOD=svn</code>. For <code>svn</code> |