diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-09-29 21:57:40 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-09-29 22:32:14 +0200 |
commit | 793a2ea5174e5352ec18ca32f7914c7071bf3108 (patch) | |
tree | 262c1cd32624f75cdcf5394245a3ce331b035ec2 /package/at | |
parent | 4ed4e5016b741341059ed826416dad3291df0b2c (diff) | |
download | buildroot-novena-793a2ea5174e5352ec18ca32f7914c7071bf3108.tar.gz buildroot-novena-793a2ea5174e5352ec18ca32f7914c7071bf3108.zip |
package: implement a 'local' site method
The new override source directory mechanism allows to tell Buildroot
to use a particular directory as the source directory for a
package. However, this mechanism works with a local override makefile
and not directly within the package recipe itself.
For some use cases, it might be desirable to write a package recipe
which always refers to a local source directory (and not a http, git,
svn or bazaar download). This commit makes this possible by adding the
'local' site method. It allows to write package recipes as follows:
MYPKG_SITE = /tmp/mypkg-source-code
MYPKG_SITE_METHOD = local
[...]
$(eval $(call GENTARGETS,package,mypkg))
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/at')
0 files changed, 0 insertions, 0 deletions