ref-manual: Changed BB_SETSCENE_VERIFY_FUNCTION name

The BB_SETSCENE_VERIFY_FUNCTION variable has effectively changed
names to be BB_SETSCENE_VERIFY_FUNCTION2.  I made the one instance
of it correct here.

(From yocto-docs rev: c2864dace370d7a43234f4728b33f25082e628e3)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-10-13 15:03:47 -07:00 committed by Richard Purdie
parent 069adf7d80
commit 97ac70175f
1 changed files with 1 additions and 1 deletions

View File

@ -1398,7 +1398,7 @@
system has a list of tasks that it believes it can "accelerate" system has a list of tasks that it believes it can "accelerate"
and therefore does not need to run. and therefore does not need to run.
There is a final function call to the function specified by the There is a final function call to the function specified by the
<ulink url='&YOCTO_DOCS_BB_URL;#var-BB_SETSCENE_VERIFY_FUNCTION'><filename>BB_SETSCENE_VERIFY_FUNCTION</filename></ulink> <ulink url='&YOCTO_DOCS_BB_URL;#var-BB_SETSCENE_VERIFY_FUNCTION2'><filename>BB_SETSCENE_VERIFY_FUNCTION2</filename></ulink>
variable that is able to require the tasks to be run that variable that is able to require the tasks to be run that
that the OpenEmbedded build system initially was going to that the OpenEmbedded build system initially was going to
skip. skip.