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 20:50:55 +0100
commit004a1f384653a0a2373e0cf204f4e2449b8a9695 (patch)
tree34515c2f79429e4e42ac74174bb1cacef5f02b42 /documentation
parent44be9bfbb04a115ae700cfd66d0e26822d5fca72 (diff)
downloadpoky-004a1f384653a0a2373e0cf204f4e2449b8a9695.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: 96f03be0d2595b4b788d8bb2110fe8801279f3f9) 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