summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-05-01 06:20:14 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 21:00:36 +0100
commit3bf8069100e54153d13319dc32ca089327b6a139 (patch)
tree0d33b8c6aa01116ca12aacd65afe14d68c7fa7a5 /documentation
parentcbd192a6c59b4b9dc09d9560094d709f767de6ac (diff)
downloadpoky-3bf8069100e54153d13319dc32ca089327b6a139.tar.gz
documentation/yocto-project-qs/yocto-project-qs.xml: added quotes
Need quotes around the INHERIT statement. Reported-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> (From yocto-docs rev: b040ab0cf8e776c04fc787ba09722327b60913f2) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 4f0fcb88ca..06c2fd8701 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -411,7 +411,7 @@
411 Adding this statement deletes the work directory used for building a package 411 Adding this statement deletes the work directory used for building a package
412 once the package is built. 412 once the package is built.
413 <literallayout class='monospaced'> 413 <literallayout class='monospaced'>
414 INHERIT += rm_work 414 INHERIT += "rm_work"
415 </literallayout> 415 </literallayout>
416 </para></tip> 416 </para></tip>
417 417