All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] remove True option to getVar / getVarFlag calls
@ 2016-11-25 16:30 Joshua Lock
  0 siblings, 0 replies; only message in thread
From: Joshua Lock @ 2016-11-25 16:30 UTC (permalink / raw)
  To: bitbake-devel

My patch 1/2 is held for moderation so here's a cover letter pointing to
a branch with the two patches which remove the True option to getVar()
and getVarFlag () calls now that expanding is the default.

The following changes since commit d140f0ee6f301264e226914766d9f63558acfd6c:

  COW.py: fix sample codes (2016-11-23 10:59:49 +0000)

are available in the git repository at:

  https://github.com/incandescant/bitbake.git joshuagl/getvar
  https://github.com/incandescant/bitbake/tree/joshuagl/getvar

Joshua Lock (2):
  bitbake: remove True option to getVar calls
  bitbake: remove True option to getVarFlag calls

 bin/bitbake-layers                                 |  2 +-
 bin/bitbake-worker                                 |  6 +-
 .../bitbake-user-manual-fetching.xml               |  4 +-
 .../bitbake-user-manual-metadata.xml               |  8 +--
 lib/bb/build.py                                    | 46 +++++++--------
 lib/bb/cache.py                                    | 10 ++--
 lib/bb/cooker.py                                   | 42 ++++++-------
 lib/bb/cookerdata.py                               | 12 ++--
 lib/bb/data.py                                     | 26 ++++-----
 lib/bb/data_smart.py                               | 16 ++---
 lib/bb/fetch2/__init__.py                          | 68 +++++++++++-----------
 lib/bb/fetch2/clearcase.py                         | 10 ++--
 lib/bb/fetch2/cvs.py                               | 14 ++---
 lib/bb/fetch2/git.py                               | 12 ++--
 lib/bb/fetch2/hg.py                                | 10 ++--
 lib/bb/fetch2/local.py                             | 12 ++--
 lib/bb/fetch2/npm.py                               | 20 +++----
 lib/bb/fetch2/osc.py                               | 10 ++--
 lib/bb/fetch2/perforce.py                          |  8 +--
 lib/bb/fetch2/repo.py                              |  4 +-
 lib/bb/fetch2/sftp.py                              |  2 +-
 lib/bb/fetch2/ssh.py                               |  4 +-
 lib/bb/fetch2/svn.py                               |  2 +-
 lib/bb/fetch2/wget.py                              | 12 ++--
 lib/bb/monitordisk.py                              |  4 +-
 lib/bb/parse/__init__.py                           |  2 +-
 lib/bb/parse/ast.py                                | 14 ++---
 lib/bb/parse/parse_py/BBHandler.py                 |  2 +-
 lib/bb/parse/parse_py/ConfHandler.py               |  6 +-
 lib/bb/persist_data.py                             |  4 +-
 lib/bb/providers.py                                | 12 ++--
 lib/bb/runqueue.py                                 | 32 +++++-----
 lib/bb/siggen.py                                   | 14 ++---
 lib/bb/tests/codeparser.py                         | 12 ++--
 lib/bb/tests/data.py                               | 58 +++++++++---------
 lib/bb/tests/parse.py                              | 28 ++++-----
 lib/bb/utils.py                                    | 16 ++---
 lib/bblayers/action.py                             |  2 +-
 lib/bblayers/common.py                             |  2 +-
 lib/bblayers/layerindex.py                         |  8 +--
 lib/bblayers/query.py                              | 10 ++--
 lib/prserv/serv.py                                 |  4 +-
 42 files changed, 295 insertions(+), 295 deletions(-)

-- 
2.7.4



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-25 16:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-25 16:30 [PATCH 0/2] remove True option to getVar / getVarFlag calls Joshua Lock

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.