summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2017-09-24 06:03:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-26 11:05:01 +0100
commit307f25c23efecd3861a9f8337806be9ca8b0b9f1 (patch)
treeabc48189d65e28f7235e92726a855b93fb4ca78f /meta/conf
parent75bee4603dbabb4ed2cec3e2328cc24bf824a280 (diff)
downloadpoky-307f25c23efecd3861a9f8337806be9ca8b0b9f1.tar.gz
meta: drop True option to getVar calls
Search made with the following regex: getVar ?\((.*), True\). (From OE-Core rev: dbc0eaf478feb3f752ae22fd184984494fc85d0a) Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 4ff1e9608e..f41680b27e 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -337,7 +337,7 @@ FILESEXTRAPATHS ?= "__default:"
337# datadir, sysconfdir, servicedir, sharedstatedir, localstatedir, infodir, 337# datadir, sysconfdir, servicedir, sharedstatedir, localstatedir, infodir,
338# mandir, docdir, bindir, sbindir, libexecdir, libdir, includedir and 338# mandir, docdir, bindir, sbindir, libexecdir, libdir, includedir and
339# oldincludedir 339# oldincludedir
340FILESYSTEM_PERMS_TABLES ?= "${@'files/fs-perms.txt' if oe.types.boolean(d.getVar('VOLATILE_LOG_DIR', True)) else 'files/fs-perms-persistent-log.txt'}" 340FILESYSTEM_PERMS_TABLES ?= "${@'files/fs-perms.txt' if oe.types.boolean(d.getVar('VOLATILE_LOG_DIR')) else 'files/fs-perms-persistent-log.txt'}"
341 341
342################################################################## 342##################################################################
343# General work and output directories for the build system. 343# General work and output directories for the build system.