diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-19 21:26:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-21 16:52:58 +0000 |
commit | d6e5ceafcaef06b8a3f9acc2aa826a40a016f913 (patch) | |
tree | 212c778384cd7ebe6edc81f2965e1d04bb211c44 /meta/conf/bitbake.conf | |
parent | 0f7ca16c01f6206cd03d103861b77ce2b540c834 (diff) | |
download | openembedded-core-d6e5ceafcaef06b8a3f9acc2aa826a40a016f913.tar.gz openembedded-core-d6e5ceafcaef06b8a3f9acc2aa826a40a016f913.tar.bz2 openembedded-core-d6e5ceafcaef06b8a3f9acc2aa826a40a016f913.zip |
bitbake.conf: Drop obsolete FILESDIR setting
FILESPATH is the preferred way of finding files now. Having a value
for FILESDIR which defaults to paths which will have already been
searched is pointless at best. This is the final step in letting
us drop FILESDIR support entirely from bitbake at some future date.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 450a0ee1e9..7c939f5a4d 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -319,7 +319,6 @@ FILES_${PN}-locale = "${datadir}/locale" FILE_DIRNAME = "${@os.path.dirname(d.getVar('FILE'))}" # FILESPATH is set in base.bbclass #FILESPATH = "${FILE_DIRNAME}/${PF}:${FILE_DIRNAME}/${P}:${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/${BP}:${FILE_DIRNAME}/${BPN}:${FILE_DIRNAME}/files:${FILE_DIRNAME}" -FILESDIR = "${@bb.which(d.getVar('FILESPATH', True), '.')}" ################################################################## # General work and output directories for the build system. |