mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b67f865e67
commit
4fb1961acf
@@ -703,7 +703,7 @@
|
|||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
The
|
The
|
||||||
<filename>do_deploy[sstate-inputsdirs] = "${DEPLOYDIR}"</filename>
|
<filename>do_deploy[sstate-inputdirs] = "${DEPLOYDIR}"</filename>
|
||||||
declares that <filename>do_deploy</filename> places its
|
declares that <filename>do_deploy</filename> places its
|
||||||
output in <filename>${DEPLOYDIR}</filename> when run
|
output in <filename>${DEPLOYDIR}</filename> when run
|
||||||
normally (i.e. when not using the sstate cache).
|
normally (i.e. when not using the sstate cache).
|
||||||
|
|||||||
Reference in New Issue
Block a user