From: Scott Rifenbark Date: Mon, 18 Apr 2016 23:16:45 +0000 (-0700) Subject: dev-manual: Updated the "varname" use to "VARNAME" X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15a93e9a39d36cddd02473c3e14c50e55aabb7c8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index f926f1d477d..7aff0bc0d51 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1567,7 +1567,7 @@ Using Variables: ${...} - - Use the ${varname} syntax to + Use the ${VARNAME} syntax to access the contents of a variable: SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/zlib-${PV}.tar.gz"