summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-21 20:35:52 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-21 20:40:43 +0000
commit76950d32f1a3426228df33855ba54b63027ce905 (patch)
tree2ee44cf3caeb51a3963c4229d6b5a208a7211e7e
parent1b4dcf10b0fe9b4e95ca84f32de0c7dcfee2b729 (diff)
downloadpoky-76950d32f1a3426228df33855ba54b63027ce905.tar.gz
Revert "bitbake.conf: Drop obsolete FILESDIR setting"
This reverts commit d6e5ceafcaef06b8a3f9acc2aa826a40a016f913 since the value is clearly still being used in local file urls that are only hit at do_unpack time. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/bitbake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 7c939f5a4d..450a0ee1e9 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -319,6 +319,7 @@ 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), '.')}"
322 323
323################################################################## 324##################################################################
324# General work and output directories for the build system. 325# General work and output directories for the build system.