summaryrefslogtreecommitdiff
path: root/package/pkg-download.mk
AgeCommit message (Expand)Author
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
2014-08-04support/download: convert svn to use the wrapperYann E. MORIN
2014-08-04support/download: convert scp to use the wrapperYann E. MORIN
2014-08-04support/download: convert Hg to use the wrapperYann E. MORIN
2014-08-04support/download: convert git to use the wrapperYann E. MORIN
2014-08-04support/download: convert cvs to use the wrapperYann E. MORIN
2014-08-04support/download: convert localfiles to use the wrapperYann E. MORIN
2014-08-04support/download: convert bzr to use the wrapperYann E. MORIN
2014-07-18pkg-download: Fix DOWNLOAD_LOCALFILESAndreas Naumann
2014-07-04pkg-infra: add possiblity to check downloaded files against known hashesYann E. MORIN
2014-07-03pkg-infra: move the cp (aka localfiles) download helper to a scriptYann E. MORIN
2014-07-03pkg-infra: move the scp download helper to a scriptYann E. MORIN
2014-07-03pkg-infra: move the bzr download helper to a scriptYann E. MORIN
2014-07-03pkg-infra: move the wget download helper to a scriptYann E. MORIN
2014-07-02pkg-infra: move the hg download helper to a scriptYann E. MORIN
2014-07-02pkg-infra: move the cvs download helper to a scriptYann E. MORIN
2014-07-02pkg-infra: move the svn download helper to a scriptYann E. MORIN
2014-07-02pkg-infra: move the git download helper to a scriptYann E. MORIN
2014-06-29pkg-download: fix svn download for deleted pathRyan Barnett
2014-06-04replace github with GitHubSimon Dawson
2014-04-06pkg-download: update the github helperSamuel Martin
2014-03-02pkg-infra: DOWNLOAD is never called with two argumentsYann E. MORIN
2014-02-11Makefile.legacy: fix recursive invocation with BUILDROOT_DL_DIR and _CONFIGArnout Vandecappelle
2014-02-09infra: replace BUILDROOT_DL_DIR with BR2_DL_DIR.Arnout Vandecappelle
2014-02-04pkg-download: make sure git downloads fail for unknown versionsThomas Petazzoni
2013-12-25package: make package download from Mercurial repositories more robustMathias De Maré
2013-12-06infra: introduce github helper functionMischa Jonker