aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-06-30 13:43:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-19 15:04:49 +0100
commit4fb1961acf6f45df82e68aa7b6e5df83a2ff455e (patch)
tree962a356b2adb0d8940af60526aa80bfac562d3de /documentation
parentb67f865e67b54e09aae96868d5326d08c1652b35 (diff)
downloadopenembedded-core-contrib-4fb1961acf6f45df82e68aa7b6e5df83a2ff455e.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/technical-details.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 8e0b9573bd..193787d312 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -703,7 +703,7 @@
</para></listitem>
<listitem><para>
The
- <filename>do_deploy[sstate-inputsdirs] = "${DEPLOYDIR}"</filename>
+ <filename>do_deploy[sstate-inputdirs] = "${DEPLOYDIR}"</filename>
declares that <filename>do_deploy</filename> places its
output in <filename>${DEPLOYDIR}</filename> when run
normally (i.e. when not using the sstate cache).