dev-manual: Updated EXTERNALSRC example for user-input formatting.

I missed a <replaceable> tag set on the example.  Adding it
clears up confusion for how to use the variable.

(From yocto-docs rev: 8bbf2a012e580d82aaf9c9a98ad5dab1aea64f7b)

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 2014-09-10 07:58:02 +03:00 committed by Richard Purdie
parent 567c1ae315
commit 018c498d0f
1 changed files with 1 additions and 1 deletions

View File

@ -7258,7 +7258,7 @@ Gateways via their Web Interfaces</ulink>"</emphasis>
<filename>local.conf</filename> file:
<literallayout class='monospaced'>
INHERIT += "externalsrc"
EXTERNALSRC_pn-myrecipe = "<replaceable>path-to-your-source-tree</replaceable>"
EXTERNALSRC_pn-<replaceable>myrecipe</replaceable> = "<replaceable>path-to-your-source-tree</replaceable>"
</literallayout>
</para>