diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
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 |
340 | FILESYSTEM_PERMS_TABLES ?= "${@'files/fs-perms.txt' if oe.types.boolean(d.getVar('VOLATILE_LOG_DIR', True)) else 'files/fs-perms-persistent-log.txt'}" | 340 | FILESYSTEM_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. |