generic-poky/meta/recipes-bsp/grub
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
..
files grub-efi-native: fix errors with automake 1.11.2 2012-01-19 13:26:13 +00:00
grub-0.97 grub: add -fno-reorder-functions into STAGE2_COMPILE 2011-06-29 15:04:59 +01:00
grub-1.99 grub2: new recipe 2011-09-15 11:23:58 +01:00
grub-efi-native_1.99.bb More quoting fixes 2012-02-26 22:51:58 +00:00
grub_0.97.bb meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) 2012-03-05 10:22:56 -08:00
grub_1.99.bb grub_1.99.bb: drop 'PRIORITY = "optional"' as it is the default 2011-12-15 13:08:15 +00:00