mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
cbd192a6c5
commit
3bf8069100
@@ -411,7 +411,7 @@
|
||||
Adding this statement deletes the work directory used for building a package
|
||||
once the package is built.
|
||||
<literallayout class='monospaced'>
|
||||
INHERIT += rm_work
|
||||
INHERIT += "rm_work"
|
||||
</literallayout>
|
||||
</para></tip>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user