From 1497d3d4b10844aa19ce6dcceed25aa36454160f Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 3 Mar 2014 15:44:34 +0000 Subject: bitbake.conf: add new vardepvalueexclude varflag to BB_SIGNATURE_EXCLUDE_FLAGS We don't want the value of this varflag itself entering any signatures, ever. Part of the fix for [YOCTO #5897]. Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- meta/conf/bitbake.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/conf/bitbake.conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 4879aa289b..097905c9db 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -773,8 +773,8 @@ BB_HASHCONFIG_WHITELIST ?= "${BB_HASHBASE_WHITELIST} DATE TIME SSH_AGENT_PID \ SSH_AUTH_SOCK PSEUDO_BUILD BB_ENV_EXTRAWHITE DISABLE_SANITY_CHECKS \ PARALLEL_MAKE BB_NUMBER_THREADS BB_ORIGENV BB_INVALIDCONF BBINCLUDED" BB_SIGNATURE_EXCLUDE_FLAGS ?= "doc defaultval _append _prepend deps depends \ - lockfiles type vardepsexclude vardeps vardepvalue file-checksums python \ - func task export unexport noexec nostamp dirs cleandirs \ + 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" -- cgit 1.2.3-korg