generic-poky/meta/recipes-kernel
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
..
blktrace Add Upstream-Status to patches 2012-01-03 12:14:31 +00:00
dtc Add Upstream-Status to patches 2012-01-03 12:14:31 +00:00
hello-mod More quoting fixes 2012-02-26 22:51:58 +00:00
kern-tools More quoting fixes 2012-02-26 22:51:58 +00:00
kexec kexec-tools: upgrade to 2.0.3 2012-01-24 11:54:23 +00:00
latencytop recpies: add Upstream-Status for multiple recipes' patches 2011-05-13 10:28:59 +01:00
linux meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True) 2012-03-05 10:22:56 -08:00
linux-firmware linux-firmware: upgrade to 15888a2eab052ac3d3f49334e4f6f05f347a516e 2012-01-03 12:14:35 +00:00
linux-libc-headers linux-libc-headers-yocto: bump to v3.2.8 2012-03-01 15:51:38 +00:00
lttng lttng-ust: upgrade from 0.15 to the latest 0.16 2012-01-03 12:14:37 +00:00
lttng-2.0 More quoting fixes 2012-02-26 22:51:58 +00:00
module-init-tools module-init-tools-cross: Clean the RDEPENDS value 2011-08-09 15:17:58 +01:00
oprofile oprofileui: upgrade to 82ecf8c6b53b84f80682a8312f9defa83a95f2a3 2012-01-03 12:14:35 +00:00
powertop powertop: Add lintl to linker commandline on uclibc 2011-07-20 15:27:38 +01:00
sysprof Add Upstream-Status to patches 2012-01-03 12:14:31 +00:00
systemtap More quoting fixes 2012-02-26 22:51:58 +00:00
trace-cmd trace-cmd: Add blktrace_api compatibility for TC_BARRIER 2011-12-01 16:54:07 +00:00
update-modules update-modules: don't run modutils.sh if systemd is installed 2012-01-10 17:28:44 +00:00