diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-08 18:02:15 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-10 11:51:11 +0000 |
commit | 2203a31dcbc89cc8226c483f5d18cf451725792c (patch) | |
tree | 91b571ac9f65a003b00e14b95cdeea11dd310156 /meta/recipes-core/jpeg | |
parent | 12c6bcbf49d8be27545c132e6f8a18ab4b8fbccd (diff) | |
download | poky-2203a31dcbc89cc8226c483f5d18cf451725792c.tar.gz |
data_smart: Add appendVar/prependVar functions
This patch adds appendVar and prependVar functions to the data store
meaning python code would no longer have to do the getVar, append and
the setVar dance that much of the current python code does.
It also adds corresponding variants for flags.
Currently there is no spacing added by these functions. That could be
added as a parameter if desired.
If these functions turn out to be hotspots in the code, there are tricks
that could potentially be used to increase the speed of these specific
operations within the datastore.
(Bitbake rev: 4a4046268f84b85559eea2c4b6a6004ad8cccb77)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/jpeg')
0 files changed, 0 insertions, 0 deletions