diff options
-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 cec4110971..371af31411 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -801,7 +801,7 @@ BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc deps depends \ lockfiles type vardepsexclude vardeps vardepvalue vardepvalueexclude \ file-checksums python func task export unexport noexec nostamp dirs cleandirs \ sstate-lockfile-shared prefuncs postfuncs export_func deptask rdeptask \ - recrdeptask nodeprrecs stamp-base stamp-extra-info sstate-outputdirs" + recrdeptask nodeprrecs stamp-base stamp-extra-info sstate-outputdirs filename lineno" MLPREFIX ??= "" MULTILIB_VARIANTS ??= "" |