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:48:22 +0100 |
commit | 15a93e9a39d36cddd02473c3e14c50e55aabb7c8 (patch) | |
tree | 6d19885d081574b189176f74ecec502a9b669322 | |
parent | b98a834818fe1edd60318cda8cfd31413d963ead (diff) | |
download | poky-15a93e9a39d36cddd02473c3e14c50e55aabb7c8.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>
-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" |