[Buildroot] [PATCH 0/12 v7] Some download-related changes (branch yem/check-downloads)

Thomas De Schampheleire patrickdepinguin at gmail.com
Tue Jun 10 19:44:22 UTC 2014


Hi Yann,

On Sun, Jun 8, 2014 at 10:43 PM, Yann E. MORIN <yann.morin.1998 at free.fr> wrote:
[..]
> Yann E. MORIN (12):
>       Makefile: add BR2_DL_DIR to EXTRA_ENV
>       pkg-infra: also set PKGDIR for the download step
>       pkg-infra: move the git download helper to a script
>       pkg-infra: move the svn download helper to a script
>       pkg-infra: move the cvs download helper to a script
>       pkg-infra: move the hg download helper to a script
>       pkg-infra: move the wget download helper to a script
>       pkg-infra: move the bzr download helper to a script
>       pkg-infra: don't use DL_DIR as scratchpad for temporary downloads
>       pkg-infra: add possiblity to check downloaded files against known hashes
>       manual: add documentation about packages' hashes
>       package/ca-certificates: add tarball's hashes
>
>  docs/manual/adding-packages-directory.txt    | 66 ++++++++++++++++++++++
>  package/Makefile.in                          |  1 +
>  package/ca-certificates/ca-certificates.hash |  3 +
>  package/pkg-download.mk                      | 83 ++++++++++++----------------
>  package/pkg-generic.mk                       |  1 +
>  support/download/bzr                         | 34 ++++++++++++
>  support/download/check-hash                  | 77 ++++++++++++++++++++++++++
>  support/download/cvs                         | 40 ++++++++++++++
>  support/download/git                         | 50 +++++++++++++++++
>  support/download/hg                          | 38 +++++++++++++
>  support/download/svn                         | 37 +++++++++++++
>  support/download/wget                        | 32 +++++++++++
>  12 files changed, 413 insertions(+), 49 deletions(-)
>  create mode 100644 package/ca-certificates/ca-certificates.hash
>  create mode 100755 support/download/bzr
>  create mode 100755 support/download/check-hash
>  create mode 100755 support/download/cvs
>  create mode 100755 support/download/git
>  create mode 100755 support/download/hg
>  create mode 100755 support/download/svn
>  create mode 100755 support/download/wget
>


Is there any particular reason why the scp and localfiles method was
not split to a separate file like the others?
One could think this is because they are oneliners, but so is the bzr method...

Best regards,
Thomas



More information about the buildroot mailing list