All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] documentation: cleanup d.getVar(var, 1)
@ 2016-09-12  8:34 Robert Yang
  2016-09-12  8:34 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2016-09-12  8:34 UTC (permalink / raw)
  To: poky

The following changes since commit 2679a347c576f5411fbe802d2f6201c94036ecb2:

  maintainers.inc: rename gtk-doc-stub to gtk-doc, reassign to me (2016-09-09 12:12:59 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/doc
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/doc

Robert Yang (1):
  documentation: cleanup d.getVar(var, 1)

 documentation/dev-manual/dev-manual-common-tasks.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.9.0



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] documentation: cleanup d.getVar(var, 1)
  2016-09-12  8:34 [PATCH 0/1] documentation: cleanup d.getVar(var, 1) Robert Yang
@ 2016-09-12  8:34 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2016-09-12  8:34 UTC (permalink / raw)
  To: poky

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 documentation/dev-manual/dev-manual-common-tasks.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index bd11062..f06c9a8 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1722,7 +1722,7 @@
                         <filename>${@<replaceable>python_code</replaceable>}</filename>
                         syntax for the variable assignment:
                         <literallayout class='monospaced'>
-     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
                         </literallayout>
                         </para></listitem>
                     <listitem><para><emphasis>Shell Function Syntax:</emphasis>
-- 
2.9.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-12  8:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-12  8:34 [PATCH 0/1] documentation: cleanup d.getVar(var, 1) Robert Yang
2016-09-12  8:34 ` [PATCH 1/1] " Robert Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.