generic-poky/meta/recipes-gnome/gtk+
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
..
gtk+-2.12.7 Upstream-Status: Update patch upstream-status for libfm, eggdbus, screenshot... 2011-05-17 15:14:43 +01:00
gtk+-2.16.6 recipes: Add Upstream-Status to multiple recipes 2011-05-13 10:29:01 +01:00
gtk+-2.24.8 gtk+: Upgrade to 2.24.8 2011-11-30 22:18:08 +00:00
gtk+.inc gtk.inc: Change configuration of directfb to gtk-directfb 2012-01-16 12:24:55 +00:00
gtk+_2.12.7.bb meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) 2012-03-05 10:22:56 -08:00
gtk+_2.16.6.bb meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) 2012-03-05 10:22:56 -08:00
gtk+_2.24.8.bb meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) 2012-03-05 10:22:56 -08:00