diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-01-06 16:33:26 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-11 23:23:16 +0000 |
commit | be6070e54f8fe3b530dce66623287403a50ac8a1 (patch) | |
tree | 0101cf2980eb6b1c97060e38f4e44b41bb158fbf /meta/conf | |
parent | c8ec931b07c08e27027b38313e6776875db12acb (diff) | |
download | openembedded-core-be6070e54f8fe3b530dce66623287403a50ac8a1.tar.gz openembedded-core-be6070e54f8fe3b530dce66623287403a50ac8a1.tar.bz2 openembedded-core-be6070e54f8fe3b530dce66623287403a50ac8a1.zip |
bitbake.conf: remove 'stamp-base'
Remove 'stamp-base' from this file as this flag is no longer used.
[YOCTO #8468]
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 fe6fff09a2..9760442377 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -802,7 +802,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 filename lineno" + recrdeptask nodeprrecs stamp-extra-info sstate-outputdirs filename lineno" MLPREFIX ??= "" MULTILIB_VARIANTS ??= "" |