generic-poky/meta/recipes-devtools/perl
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
..
perl-5.14.2 perl: mark upstream status for all patches 2012-01-03 12:14:33 +00:00
liburi-perl_1.59.bb liburi-perl: update to 1.59 2011-10-20 17:13:40 +01:00
libxml-parser-perl_2.41.bb libxml-parser-perl, libxml-simple-perl, expat, sgmlspl-native, git: bump PR to rebuild after perl upgrade 2011-10-25 08:36:16 +01:00
libxml-perl_0.08.bb libxml-perl: Add SRC_URI Checksum 2011-10-07 11:35:46 +01:00
libxml-simple-perl_2.18.bb libxml-parser-perl, libxml-simple-perl, expat, sgmlspl-native, git: bump PR to rebuild after perl upgrade 2011-10-25 08:36:16 +01:00
perl-native_5.14.2.bb perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
perl-rdepends_5.14.2.inc perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
perl-rprovides.inc Major layout change to the packages directory 2010-08-27 15:29:45 +01:00
perl-rprovides_5.14.2.inc perl: upgrade from 5.12.3 to 5.14.2 2011-10-24 17:27:14 +01:00
perl_5.14.2.bb meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) 2012-03-05 10:22:56 -08:00