From a8377d1073fe11f9065a3dbe9f64b3cc5da09134 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 30 Jun 2016 13:43:41 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/technical-details.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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 @@ 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). -- cgit v1.2.3-54-g00ecf