]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Changed BB_SETSCENE_VERIFY_FUNCTION name
authorScott Rifenbark <srifenbark@gmail.com>
Thu, 13 Oct 2016 22:03:47 +0000 (15:03 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 19 Oct 2016 11:56:32 +0000 (12:56 +0100)
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>
documentation/ref-manual/closer-look.xml

index 0278687def8a73a48ea9741731e47a4e59fcc34a..b73e59ca7eb4a9d28729f0b9a3dc67793102c271 100644 (file)
                 system has a list of tasks that it believes it can "accelerate"
                 and therefore does not need to run.
                 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
                 that the OpenEmbedded build system initially was going to
                 skip.