From: Robert Yang Date: Tue, 6 Sep 2016 06:53:09 +0000 (-0700) Subject: documentation: cleanup d.getVar(var, 1) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Frbt%2Fdoc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation: cleanup d.getVar(var, 1) Signed-off-by: Robert Yang --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index bd11062c415..f06c9a8830c 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1722,7 +1722,7 @@ ${@python_code} syntax for the variable assignment: - SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/zip${@d.getVar('PV',1).replace('.', '')}.tgz + SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/zip${@d.getVar('PV', True).replace('.', '')}.tgz Shell Function Syntax: