generic-poky/meta/recipes-core/uclibc
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
..
site_config uclibc: Upgrade to 0.9.32-rc3 2011-05-23 15:53:28 +01:00
uclibc-0.9.33 uclibc: Upgrade recipes from 0.9.32 -> 0.9.33 2012-02-08 00:50:30 +00:00
uclibc-git Enable options needed for ltp to compile 2012-02-08 00:50:27 +00:00
uclibc-config.inc meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) 2012-03-05 10:22:56 -08:00
uclibc-initial_0.9.33.bb uclibc: Upgrade recipes from 0.9.32 -> 0.9.33 2012-02-08 00:50:30 +00:00
uclibc-initial_git.bb uclibc: Upgrade to 0.9.32-rc3 2011-05-23 15:53:28 +01:00
uclibc.inc meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) 2012-03-05 10:22:56 -08:00
uclibc_0.9.33.bb uclibc: Upgrade recipes from 0.9.32 -> 0.9.33 2012-02-08 00:50:30 +00:00
uclibc_git.bb uclibc-git: Update to latest RC 2012-01-25 14:34:09 +00:00