summaryrefslogtreecommitdiff
path: root/package/pkg-download.mk
AgeCommit message (Expand)Author
2019-04-15infra/pkg-download: make the DOWNLOAD macro fully parameterisedYann E. MORIN
2019-04-15infra/pkg-download: get rid of the FLOCK variableYann E. MORIN
2019-04-15infra/pkg-download: make the URI list a callable macroYann E. MORIN
2019-04-15infra/pkg-download: return just a list of URIsYann E. MORIN
2018-12-02Merge branch 'next'Peter Korsgaard
2018-11-19core/download: drop the SSH commandYann E. MORIN
2018-11-18core: ensure we use the realpath(3) of DL_DIRYann E. MORIN
2018-10-20core/download: do not hard-code the path to the package hash fileYann E. MORIN
2018-08-20package/pkg-download: quiet the dl-wrapper callThomas Petazzoni
2018-05-01core/pkg-infra: don't enforce site-method for extra downloadsYann E. MORIN
2018-05-01core/pkg-infra: set no-check-hash only for main downloadYann E. MORIN
2018-04-05pkg-download.mk: do not add a trailing slash to <PKG>_SITEPeter Korsgaard
2018-04-02core/download: look for archives in the global download dir firstYann E. MORIN
2018-04-02download: add missing '-d' optionMaxime Hadjinlian
2018-04-02download: add flock call before dl-wrapperMaxime Hadjinlian
2018-04-02pkg-download: support new subdirs for mirrorsMaxime Hadjinlian
2018-04-02support/download: make sure the download folder is createdMaxime Hadjinlian
2018-04-02pkg-{download, generic, luarocks}: use existing $($(PKG)_DL_DIR)Maxime Hadjinlian
2018-04-02core/pkg-download: fix autobuilder falloutMaxime Hadjinlian
2018-04-02download: put most of the infra in dl-wrapperMaxime Hadjinlian
2018-04-02core/pkg-download: change all helpers to use common optionsYann E. MORIN
2018-04-01core: rename FOO_BASE_NAME to FOO_BASENAME to avoid clashesThomas De Schampheleire
2018-01-08pkg-{download, generic}: remove source-checkMaxime Hadjinlian
2017-11-14Revert "pkg-download: remove explicit PKG_VERSION from github helper"Yann E. MORIN
2017-09-24pkg-download: remove explicit PKG_VERSION from github helperMarcin Nowakowski
2017-06-11pkg-download: enable hash check for git downloadsArnout Vandecappelle
2016-10-23pkg-download: fix fetching URLs with ? from PRIMARY/BACKUPArnout Vandecappelle
2016-10-20pkg-download: use raw basename for repo archiving to remove host- prefixThomas De Schampheleire
2016-08-23pkg-download: Allow packages to pass generic options to download methodsRomain Perier
2016-07-02core/pkg-infra: download git submodules if the package wants themYann E. MORIN
2016-04-20core/pkg-download: ignore hashes from mirror for VCS downloadsYann E. MORIN
2015-12-18pkg-download: do not test SITE_METHODJérôme Pouiller
2015-11-19pkg-download: support 'file://' in BR2_PRIMARY_SITEJérôme Pouiller
2015-05-31support/download: relocate the git clone commentBaruch Siach
2015-05-02pkg-infra: assign BR_NO_CHECK_HASH_FOR so it is recursively-expandedYann E. MORIN
2015-04-26pkg-download: fix indentation for SOURCE_CHECK_* macrosThomas Petazzoni
2015-04-26pkg-download: get rid of DL_MODEThomas Petazzoni
2015-04-26pkg-download: extend DOWNLOAD_INNER, add a SOURCE_CHECK macroThomas Petazzoni
2015-04-26pkg-download: remove support for the SHOW_EXTERNAL_DEPS DL_MODEThomas Petazzoni
2015-04-25support/download: add possibility to not fail on missing hashYann E. MORIN
2015-04-03package infra: do not check hashes when downloading from a repositoryYann E. MORIN
2015-01-04package/pkg-download: do not hard-code QUIETYann E. MORIN
2015-01-04pkg-download: silence downloads if make is silentFabio Porcedda
2014-12-11pkg-download: verify the hashes from the download wrapperYann E. MORIN
2014-12-11pkg-download: check for already downloaded file in the download wrapperYann E. MORIN
2014-12-11support/download: add option parsing to the download wrapperYann E. MORIN
2014-12-08pkg-download: VERIFY_HASH: use same hash file for host and target downloadsPeter Korsgaard
2014-10-25check-hash: silence hash ok messages when make -s is usedPeter Korsgaard
2014-10-07.mk files: bulk aligment and whitespace cleanup of assignmentsThomas De Schampheleire
2014-08-04support/download: convert wget to use the wrapperYann E. MORIN