diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-10-12 12:15:08 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-14 21:58:03 +0200 |
commit | 86e61d20504db0881c495da07a25552d8783bd71 (patch) | |
tree | f7f35189deea8d3a1833adb6c277602ca2eb3011 /package/python-setuptools | |
parent | 43ccbec68f63f2a169aafd187b5e24d6ac52b093 (diff) | |
download | buildroot-86e61d20504db0881c495da07a25552d8783bd71.tar.gz buildroot-86e61d20504db0881c495da07a25552d8783bd71.zip |
package: fix 'local' site method for host packages
Using the 'local' site method works just fine for target
packages. However, for host packages, when HOST_<pkg>_SITE is
automatically defined by the package infrastructure to be equal to
<pkg>_SITE, when defining the <pkg>_OVERRIDE_SRCDIR, the $($(2)_SITE)
is empty, due to a missing additional dollar sign.
This patch ensures that the <pkg>_OVERRIDE_SRCDIR gets the correct
value, regardless of whether the HOST_<pkg>_SITE variable has been
defined by the package itself, or inferred by the package
infrastructure using the <pkg>_SITE value.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reported-by: http://stackoverflow.com/questions/19311747/buildroot-cant-use-local-site-method-for-custom-host-packages
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-setuptools')
0 files changed, 0 insertions, 0 deletions