diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-11-07 17:26:52 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-11 00:14:36 +0100 |
commit | 9e7e9b215017ee91c9369f01476bb4b4fc5f2484 (patch) | |
tree | a67b537cc2154d181664416e48a502aa3e307292 /package/python-pyparsing | |
parent | fcdbeba035796c019348a7ac4ffdd32825ad4669 (diff) | |
download | buildroot-9e7e9b215017ee91c9369f01476bb4b4fc5f2484.tar.gz buildroot-9e7e9b215017ee91c9369f01476bb4b4fc5f2484.zip |
infra: remove incorrect default for FOO_DIR_PREFIX
Variable FOO_DIR_PREFIX is populated from pkgparentdir by the various
package infrastructures. However, if that would be empty (which in fact is
the case for the linux package), FOO_DIR_PREFIX would be set to
'$(TOP_SRCDIR)/package'.
Not only does this make no sense (LINUX_DIR_PREFIX becomes /package/linux,
and for all other packages pkgparentdir is not-empty anyway), but it is also
using a non-existing variable TOP_SRCDIR.
This patch therefore removes the incorrect default.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-pyparsing')
0 files changed, 0 insertions, 0 deletions