From 97ac70175f1fe6095b75c851578d65fed4eb9476 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 13 Oct 2016 15:03:47 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/closer-look.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/ref-manual/closer-look.xml b/documentation/ref-manual/closer-look.xml index 0278687def..b73e59ca7e 100644 --- a/documentation/ref-manual/closer-look.xml +++ b/documentation/ref-manual/closer-look.xml @@ -1398,7 +1398,7 @@ 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 - BB_SETSCENE_VERIFY_FUNCTION + BB_SETSCENE_VERIFY_FUNCTION2 variable that is able to require the tasks to be run that that the OpenEmbedded build system initially was going to skip. -- cgit v1.2.3-54-g00ecf