1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 12:49:46 +00:00

documentation: poky-ref-manual - Fixed grammar typo.

(From yocto-docs rev: 2660f17b79a36772081e37117be85ee304b78f20)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2012-12-07 07:30:11 -06:00
committed by Richard Purdie
parent 151d4fbc4e
commit 8e078932c3
@@ -669,7 +669,7 @@
<literallayout class='monospaced'> <literallayout class='monospaced'>
FILESEXTRAPATHS_prepend := "path_1:path_2:path_3:" FILESEXTRAPATHS_prepend := "path_1:path_2:path_3:"
</literallayout> </literallayout>
Typically, you want your directories search first. Typically, you want your directories searched first.
To make sure that happens, use <filename>_prepend</filename> and To make sure that happens, use <filename>_prepend</filename> and
the immediate expansion (<filename>:=</filename>) operator as shown in the the immediate expansion (<filename>:=</filename>) operator as shown in the
previous example. previous example.