summaryrefslogtreecommitdiffstats
path: root/meta
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-26 10:01:23 +0000
commit26978d89420e18286eb6f3821ab239db7bb0bcf1 (patch)
tree8239a8634af0ad8c632f6057614e96ed07857657 /meta
parente2edcd98b8509fb751fe4f8937de064efa8e1456 (diff)
downloadpoky-26978d89420e18286eb6f3821ab239db7bb0bcf1.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) (From OE-Core rev: 3bb5c6bd51c91ada7fc17451627b8954dbe9c09c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 81fcf648fb..114c5e7091 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -320,7 +320,6 @@ FILES_${PN}-locale = "${datadir}/locale"
320FILE_DIRNAME = "${@os.path.dirname(d.getVar('FILE'))}" 320FILE_DIRNAME = "${@os.path.dirname(d.getVar('FILE'))}"
321# FILESPATH is set in base.bbclass 321# FILESPATH is set in base.bbclass
322#FILESPATH = "${FILE_DIRNAME}/${PF}:${FILE_DIRNAME}/${P}:${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/${BP}:${FILE_DIRNAME}/${BPN}:${FILE_DIRNAME}/files:${FILE_DIRNAME}" 322#FILESPATH = "${FILE_DIRNAME}/${PF}:${FILE_DIRNAME}/${P}:${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/${BP}:${FILE_DIRNAME}/${BPN}:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
323FILESDIR = "${@bb.which(d.getVar('FILESPATH', True), '.')}"
324 323
325################################################################## 324##################################################################
326# General work and output directories for the build system. 325# General work and output directories for the build system.