generic-poky/meta/conf
Richard Purdie 06f2f8ce0a meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)
Using "1" with getVar is bad coding style and "True" is preferred.
This patch is a sed over the meta directory of the form:

sed \
 -e 's:\(\.getVar([^,()]*, \)1 *):\1True):g' \
 -e 's:\(\.getVarFlag([^,()]*, [^,()]*, \)1 *):\1True):g' \
 -i `grep -ril getVar *`

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-05 10:22:56 -08:00
..
distro meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) 2012-03-05 10:22:56 -08:00
machine meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) 2012-03-05 10:22:56 -08:00
machine-sdk Add i686 SDK machine 2010-03-15 13:00:46 +00:00
swabber Stop using hardcoded paths, use new Ubuntu and generic filters. 2010-12-17 10:47:02 +00:00
abi_version.conf sanity/sstate: Due to the sysroot layout changes, the toolchain bootstrap process changes and the recent pseudo bug, bump the tmpdir layout version number and the sstate version numbers 2011-01-25 12:32:50 +00:00
bitbake.conf meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) 2012-03-05 10:22:56 -08:00
documentation.conf bitbake.conf/documentation.conf: Start using SUMMARY variable and document it 2010-09-21 23:53:07 +01:00
layer.conf Quoting fixes 2012-02-26 12:52:12 +00:00
licenses.conf licenses.conf: fix quotting of SRC_DISTRIBUTE_LICENSES 2012-02-28 17:51:52 +00:00
multilib.conf task-core-tools: Divide it into 3 recipes 2012-02-08 00:50:27 +00:00
prexport.conf meta/PRService: Added export/import fuctions. 2012-01-11 10:37:43 +00:00
primport.conf meta/PRService: Added export/import fuctions. 2012-01-11 10:37:43 +00:00
sanity.conf sanity.conf: Incrase bitbake minimum version requirement to 1.15.1 2012-01-23 09:01:38 +00:00