summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-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.