diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-09-10 07:58:02 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-22 13:04:43 +0100 |
commit | 018c498d0f7371fea6694a1367269422b07752a8 (patch) | |
tree | 80ddc77910899145b7f2788e4010234c3526e460 | |
parent | 567c1ae31544993f15aa19380fc1d4ead454b0ef (diff) | |
download | poky-018c498d0f7371fea6694a1367269422b07752a8.tar.gz |
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>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 5611d56838..8b1ffe9e1c 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -7258,7 +7258,7 @@ Gateways via their Web Interfaces</ulink>"</emphasis> | |||
7258 | <filename>local.conf</filename> file: | 7258 | <filename>local.conf</filename> file: |
7259 | <literallayout class='monospaced'> | 7259 | <literallayout class='monospaced'> |
7260 | INHERIT += "externalsrc" | 7260 | INHERIT += "externalsrc" |
7261 | EXTERNALSRC_pn-myrecipe = "<replaceable>path-to-your-source-tree</replaceable>" | 7261 | EXTERNALSRC_pn-<replaceable>myrecipe</replaceable> = "<replaceable>path-to-your-source-tree</replaceable>" |
7262 | </literallayout> | 7262 | </literallayout> |
7263 | </para> | 7263 | </para> |
7264 | 7264 | ||