summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-19 21:26:15 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-21 16:56:02 +0000
commit997ae2809db2a43dc579f87dbf88f4bdd1e4f73b (patch)
tree6ac8706052f9066690c4a29fcbfca41a8bbea5da
parent05041d3b50368eb6797fa616462988d19699c363 (diff)
downloadpoky-997ae2809db2a43dc579f87dbf88f4bdd1e4f73b.tar.gz
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. (From OE-Core rev: d6e5ceafcaef06b8a3f9acc2aa826a40a016f913) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/bitbake.conf1
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"
319FILE_DIRNAME = "${@os.path.dirname(d.getVar('FILE'))}" 319FILE_DIRNAME = "${@os.path.dirname(d.getVar('FILE'))}"
320# FILESPATH is set in base.bbclass 320# FILESPATH is set in base.bbclass
321#FILESPATH = "${FILE_DIRNAME}/${PF}:${FILE_DIRNAME}/${P}:${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/${BP}:${FILE_DIRNAME}/${BPN}:${FILE_DIRNAME}/files:${FILE_DIRNAME}" 321#FILESPATH = "${FILE_DIRNAME}/${PF}:${FILE_DIRNAME}/${P}:${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/${BP}:${FILE_DIRNAME}/${BPN}:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
322FILESDIR = "${@bb.which(d.getVar('FILESPATH', True), '.')}"
323 322
324################################################################## 323##################################################################
325# General work and output directories for the build system. 324# General work and output directories for the build system.