diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2018-05-08 22:40:18 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-01 21:35:30 +0100 |
commit | 60d8633ea331225eca24bf3279297091862aee41 (patch) | |
tree | bc50d3e0a18c010e9b49513b5f89f320d59c893a /package/python-pip/python-pip.mk | |
parent | e8c0caadec8e2518364027855fa885b1fa884835 (diff) | |
download | buildroot-60d8633ea331225eca24bf3279297091862aee41.tar.gz buildroot-60d8633ea331225eca24bf3279297091862aee41.zip |
package/pkg-genric: add possibility to declare download dependencies
For some packages, we may need to have a certain set of host-tools built
before the download of said packages are attempted. For example, when
the system tar is not suitable, we will want to build our own tar before
we attempt a git download (because we generate a tarball in the git
backend).
Mimick the _EXTRACT_DEPENDENCIES, and introduce _DOWNLOAD_DEPENDENCIES.
As for _EXTRACT_DEPENDENCIES, we do not document _DOWNLOAD_DEPENDENCIES,
on the assumption that it is mostly for internal use.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/python-pip/python-pip.mk')
0 files changed, 0 insertions, 0 deletions