Fixes [YOCTO #10293]
I omitted the work "quote" and needed to have it there.
(Bitbake rev:
5087d856a39fd7be9716d1a2c185fc764f63f2c7)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
You can use single quotes instead of double quotes
when setting a variable's value.
Doing so allows you to use values that contain the double
- character:
+ quote character:
<literallayout class='monospaced'>
VARIABLE = 'I have a " in my value'
</literallayout>