[oe-commits] [bitbake] 03/03: bitbake-user-manual: Added expand() function to list.

git at git.openembedded.org git at git.openembedded.org
Thu Mar 3 17:43:11 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit 19507b80f35d37dc4b1614bd390b8e261dd4a2bd
Author: Scott Rifenbark <srifenbark at gmail.com>
AuthorDate: Tue Feb 23 09:34:56 2016 -0800

    bitbake-user-manual: Added expand() function to list.
    
    Fixes [YOCTO #9147]
    
    Added the d.expand(expression) fuction to the list of functions
    in the "Accessing Datastore Variables Using Python" section.
    
    Signed-off-by: Scott Rifenbark <srifenbark at gmail.com>
---
 doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index 359df8f..b3e7dd8 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -1783,6 +1783,10 @@
                             <entry align="left"><filename>d.delVarFlags("X")</filename></entry>
                             <entry align="left">Deletes all the flags for the variable "X".</entry>
                         </row>
+                        <row>
+                            <entry align="left"><filename>d.expand(expression)</filename></entry>
+                            <entry align="left">Expands variable references in the specified string expression.</entry>
+                        </row>
                     </tbody>
                 </tgroup>
             </informaltable>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list