summaryrefslogtreecommitdiffstats
path: root/package/pkg-download.mk
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next'Peter Korsgaard2018-12-021-1/+0
|\
| * core/download: drop the SSH commandYann E. MORIN2018-11-191-1/+0
* | core: ensure we use the realpath(3) of DL_DIRYann E. MORIN2018-11-181-2/+2
|/
* core/download: do not hard-code the path to the package hash fileYann E. MORIN2018-10-201-1/+1
* package/pkg-download: quiet the dl-wrapper callThomas Petazzoni2018-08-201-1/+1
* core/pkg-infra: don't enforce site-method for extra downloadsYann E. MORIN2018-05-011-1/+1
* core/pkg-infra: set no-check-hash only for main downloadYann E. MORIN2018-05-011-2/+0
* pkg-download.mk: do not add a trailing slash to <PKG>_SITEPeter Korsgaard2018-04-051-1/+1
* core/download: look for archives in the global download dir firstYann E. MORIN2018-04-021-0/+1
* download: add missing '-d' optionMaxime Hadjinlian2018-04-021-0/+1
* download: add flock call before dl-wrapperMaxime Hadjinlian2018-04-021-1/+2
* pkg-download: support new subdirs for mirrorsMaxime Hadjinlian2018-04-021-1/+3
* support/download: make sure the download folder is createdMaxime Hadjinlian2018-04-021-0/+1
* pkg-{download, generic, luarocks}: use existing $($(PKG)_DL_DIR)Maxime Hadjinlian2018-04-021-1/+1
* core/pkg-download: fix autobuilder falloutMaxime Hadjinlian2018-04-021-9/+10
* download: put most of the infra in dl-wrapperMaxime Hadjinlian2018-04-021-137/+29
* core/pkg-download: change all helpers to use common optionsYann E. MORIN2018-04-021-19/+19
* core: rename FOO_BASE_NAME to FOO_BASENAME to avoid clashesThomas De Schampheleire2018-04-011-5/+5
* pkg-{download, generic}: remove source-checkMaxime Hadjinlian2018-01-081-44/+0
* Revert "pkg-download: remove explicit PKG_VERSION from github helper"Yann E. MORIN2017-11-141-2/+2
* pkg-download: remove explicit PKG_VERSION from github helperMarcin Nowakowski2017-09-241-2/+2
* pkg-download: enable hash check for git downloadsArnout Vandecappelle2017-06-111-1/+2
* 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
OpenPOWER on IntegriCloud