[bitbake-devel] Richard Purdie : Update users of getVar/ setVar to use the data store functions directly

git at git.openembedded.org git at git.openembedded.org
Sun Nov 27 10:35:06 UTC 2011


Module: bitbake.git
Branch: master
Commit: 9f7978ca4d59b92721de508113dbac30721014d9
URL:    http://git.openembedded.org/?p=bitbake.git&a=commit;h=9f7978ca4d59b92721de508113dbac30721014d9

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Nov 25 14:57:53 2011 +0000

Update users of getVar/setVar to use the data store functions directly

(From Poky rev: affd0907253387cee0ba0c7e9f92bcc109895446)

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 bin/bitdoc                           |    2 +-
 doc/manual/usermanual.xml            |    2 +-
 lib/bb/build.py                      |    4 +-
 lib/bb/cache.py                      |    5 +-
 lib/bb/codeparser.py                 |    4 +-
 lib/bb/command.py                    |    5 +-
 lib/bb/cooker.py                     |   56 ++++++++++----------
 lib/bb/data.py                       |    4 +-
 lib/bb/data_smart.py                 |    2 +-
 lib/bb/fetch/__init__.py             |   32 ++++++------
 lib/bb/fetch/git.py                  |    6 +-
 lib/bb/fetch2/__init__.py            |   78 +++++++++++++-------------
 lib/bb/fetch2/git.py                 |    4 +-
 lib/bb/parse/__init__.py             |    6 +-
 lib/bb/parse/ast.py                  |  100 +++++++++++++++++-----------------
 lib/bb/parse/parse_py/BBHandler.py   |    2 +-
 lib/bb/parse/parse_py/ConfHandler.py |   18 +++---
 lib/bb/persist_data.py               |    6 +-
 lib/bb/providers.py                  |    8 ++--
 lib/bb/runqueue.py                   |   26 +++++-----
 lib/bb/siggen.py                     |    2 +-
 lib/bb/ui/crumbs/configurator.py     |    4 +-
 lib/bb/utils.py                      |    6 +-
 23 files changed, 190 insertions(+), 192 deletions(-)

Diff:   http://git.openembedded.org/?p=bitbake.git/?a=commitdiff;h=9f7978ca4d59b92721de508113dbac30721014d9




More information about the bitbake-devel mailing list