summaryrefslogtreecommitdiffstats
path: root/package/pkg-download.mk
Commit message (Expand)AuthorAgeFilesLines
* pkg-download: fix fetching URLs with ? from PRIMARY/BACKUPArnout Vandecappelle2016-10-231-2/+6
* pkg-download: use raw basename for repo archiving to remove host- prefixThomas De Schampheleire2016-10-201-5/+5
* pkg-download: Allow packages to pass generic options to download methodsRomain Perier2016-08-231-8/+16
* core/pkg-infra: download git submodules if the package wants themYann E. MORIN2016-07-021-0/+1
* core/pkg-download: ignore hashes from mirror for VCS downloadsYann E. MORIN2016-04-201-1/+2
* pkg-download: do not test SITE_METHODJérôme Pouiller2015-12-181-6/+1
* pkg-download: support 'file://' in BR2_PRIMARY_SITEJérôme Pouiller2015-11-191-0/+1
* support/download: relocate the git clone commentBaruch Siach2015-05-311-6/+0
* pkg-infra: assign BR_NO_CHECK_HASH_FOR so it is recursively-expandedYann E. MORIN2015-05-021-1/+3
* pkg-download: fix indentation for SOURCE_CHECK_* macrosThomas Petazzoni2015-04-261-5/+5
* pkg-download: get rid of DL_MODEThomas Petazzoni2015-04-261-5/+1
* pkg-download: extend DOWNLOAD_INNER, add a SOURCE_CHECK macroThomas Petazzoni2015-04-261-12/+16
* pkg-download: remove support for the SHOW_EXTERNAL_DEPS DL_MODEThomas Petazzoni2015-04-261-43/+2
* support/download: add possibility to not fail on missing hashYann E. MORIN2015-04-251-0/+3
* package infra: do not check hashes when downloading from a repositoryYann E. MORIN2015-04-031-5/+0
* package/pkg-download: do not hard-code QUIETYann E. MORIN2015-01-041-4/+4
* pkg-download: silence downloads if make is silentFabio Porcedda2015-01-041-0/+8
* pkg-download: verify the hashes from the download wrapperYann E. MORIN2014-12-111-17/+11
* pkg-download: check for already downloaded file in the download wrapperYann E. MORIN2014-12-111-8/+0
* support/download: add option parsing to the download wrapperYann E. MORIN2014-12-111-16/+26
* pkg-download: VERIFY_HASH: use same hash file for host and target downloadsPeter Korsgaard2014-12-081-3/+3
* check-hash: silence hash ok messages when make -s is usedPeter Korsgaard2014-10-251-1/+1
* .mk files: bulk aligment and whitespace cleanup of assignmentsThomas De Schampheleire2014-10-071-6/+6
* support/download: convert wget to use the wrapperYann E. MORIN2014-08-041-1/+3
* support/download: convert svn to use the wrapperYann E. MORIN2014-08-041-2/+5
* support/download: convert scp to use the wrapperYann E. MORIN2014-08-041-2/+3
* support/download: convert Hg to use the wrapperYann E. MORIN2014-08-041-2/+5
* support/download: convert git to use the wrapperYann E. MORIN2014-08-041-2/+5
* support/download: convert cvs to use the wrapperYann E. MORIN2014-08-041-3/+6
* support/download: convert localfiles to use the wrapperYann E. MORIN2014-08-041-2/+3
* support/download: convert bzr to use the wrapperYann E. MORIN2014-08-041-1/+5
* pkg-download: Fix DOWNLOAD_LOCALFILESAndreas Naumann2014-07-181-1/+1
* pkg-infra: add possiblity to check downloaded files against known hashesYann E. MORIN2014-07-041-3/+17
* pkg-infra: move the cp (aka localfiles) download helper to a scriptYann E. MORIN2014-07-031-2/+3
* pkg-infra: move the scp download helper to a scriptYann E. MORIN2014-07-031-2/+3
* pkg-infra: move the bzr download helper to a scriptYann E. MORIN2014-07-031-2/+2
* pkg-infra: move the wget download helper to a scriptYann E. MORIN2014-07-031-10/+3
* pkg-infra: move the hg download helper to a scriptYann E. MORIN2014-07-021-8/+3
* pkg-infra: move the cvs download helper to a scriptYann E. MORIN2014-07-021-7/+4
* pkg-infra: move the svn download helper to a scriptYann E. MORIN2014-07-021-6/+3
* pkg-infra: move the git download helper to a scriptYann E. MORIN2014-07-021-14/+3
* pkg-download: fix svn download for deleted pathRyan Barnett2014-06-291-2/+2
* replace github with GitHubSimon Dawson2014-06-041-1/+1
* pkg-download: update the github helperSamuel Martin2014-04-061-1/+1
* pkg-infra: DOWNLOAD is never called with two argumentsYann E. MORIN2014-03-021-3/+2
* Makefile.legacy: fix recursive invocation with BUILDROOT_DL_DIR and _CONFIGArnout Vandecappelle2014-02-111-0/+5
* infra: replace BUILDROOT_DL_DIR with BR2_DL_DIR.Arnout Vandecappelle2014-02-091-7/+2
* pkg-download: make sure git downloads fail for unknown versionsThomas Petazzoni2014-02-041-2/+3
* package: make package download from Mercurial repositories more robustMathias De Maré2013-12-251-0/+1
* infra: introduce github helper functionMischa Jonker2013-12-061-0/+3
OpenPOWER on IntegriCloud