mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +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: e4e6cde59b81ec66af4d01b41d89f5ab9a10571a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
52e13fb007
commit
a8377d1073
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user