diff options
author | Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> | 2012-06-22 07:42:34 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-22 16:53:24 +0200 |
commit | 060312567323024ec6fd90e4cec1485816cec811 (patch) | |
tree | b7aff7e339fc1f521794c3fabd19fcb9fc99c7f0 /target | |
parent | 3afc90c7d7667d698fb7b470ea77d6a7010d7696 (diff) | |
download | buildroot-novena-060312567323024ec6fd90e4cec1485816cec811.tar.gz buildroot-novena-060312567323024ec6fd90e4cec1485816cec811.zip |
pkg-download.mk: allow using localfiles outside of package infrastructure
The localfiles download method uses $($(PKG)_SITE))) and
$($(PKG)_SOURCE) instead of $(1) and $(2). This means that it can only
be used for package downloads (through gentargets, autotargets, ...)
and not for other downloads like external toolchains.
This patch changes localfiles to allow this, just as the wget and scp
download methods already did.
For the version control download methods, nothing changes.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'target')
0 files changed, 0 insertions, 0 deletions