From: Scott Rifenbark Date: Thu, 30 Jun 2016 20:43:41 +0000 (-0700) Subject: ref-manual: Fixed typo in the "Shared State" section. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fb1961acf6f45df82e68aa7b6e5df83a2ff455e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Fixed typo in the "Shared State" section. Fixes [YOCTO #9823] The do_deploy[sstate-inputdirs] string was wrongly do_deploy[sstate-inputsdirs]. (From yocto-docs rev: 49e7cb239f4f4f70dc5738686f1bca135772bcbe) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml index 8e0b9573bde..193787d312e 100644 --- a/documentation/ref-manual/technical-details.xml +++ b/documentation/ref-manual/technical-details.xml @@ -703,7 +703,7 @@ The - do_deploy[sstate-inputsdirs] = "${DEPLOYDIR}" + do_deploy[sstate-inputdirs] = "${DEPLOYDIR}" declares that do_deploy places its output in ${DEPLOYDIR} when run normally (i.e. when not using the sstate cache).