From: Scott Rifenbark Date: Mon, 18 Jul 2016 20:33:24 +0000 (-0700) Subject: ref-manual: Fixed output example in the B variable. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38c33b7904b1ce3fee6b2d493f532031bce4d000;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Fixed output example in the B variable. Updated the example statement line to match the actual assignment. (From yocto-docs rev: 45e9274fcca0a285bda38cad8a6fe5e7bb05bd80) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 8650efabd9a..4eca15c2742 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -536,7 +536,7 @@ By default, this directory is the same as the S directory, which is defined as: - S = "${WORKDIR}/${BP}/" + S = "${WORKDIR}/${BP}"