summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/technical-details.xml
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/ref-manual/technical-details.xml
parentb67f865e67b54e09aae96868d5326d08c1652b35 (diff)
downloadpoky-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/ref-manual/technical-details.xml')
-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 @@
703 </para></listitem> 703 </para></listitem>
704 <listitem><para> 704 <listitem><para>
705 The 705 The
706 <filename>do_deploy[sstate-inputsdirs] = "${DEPLOYDIR}"</filename> 706 <filename>do_deploy[sstate-inputdirs] = "${DEPLOYDIR}"</filename>
707 declares that <filename>do_deploy</filename> places its 707 declares that <filename>do_deploy</filename> places its
708 output in <filename>${DEPLOYDIR}</filename> when run 708 output in <filename>${DEPLOYDIR}</filename> when run
709 normally (i.e. when not using the sstate cache). 709 normally (i.e. when not using the sstate cache).