summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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