diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-04-18 16:16:45 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:50:00 +0100 |
commit | f832db4bbd99a88d63082d17af91a5721096c58a (patch) | |
tree | 4909c57e781e38d817ffdb0573c5e679125197da /documentation/dev-manual | |
parent | 9f96ef9d98ac84fec971570cbecd7d3364c28b79 (diff) | |
download | poky-f832db4bbd99a88d63082d17af91a5721096c58a.tar.gz |
dev-manual: Updated the "varname" use to "VARNAME"
This makes the use of this replaceable consistent with the
migration chapter in the ref-manual.
(From yocto-docs rev: 5c2f13f505986d2efc7bfa72c79b933f5a5c5ec1)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-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 f926f1d477..7aff0bc0d5 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1567,7 +1567,7 @@ | |||
1567 | </note> | 1567 | </note> |
1568 | </para></listitem> | 1568 | </para></listitem> |
1569 | <listitem><para><emphasis>Using Variables: <filename>${...}</filename></emphasis> - | 1569 | <listitem><para><emphasis>Using Variables: <filename>${...}</filename></emphasis> - |
1570 | Use the <filename>${<replaceable>varname</replaceable>}</filename> syntax to | 1570 | Use the <filename>${<replaceable>VARNAME</replaceable>}</filename> syntax to |
1571 | access the contents of a variable: | 1571 | access the contents of a variable: |
1572 | <literallayout class='monospaced'> | 1572 | <literallayout class='monospaced'> |
1573 | SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/zlib-${PV}.tar.gz" | 1573 | SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/zlib-${PV}.tar.gz" |