Martin Jansa
54d0147307
meta: remove True option to getVar and getVarFlag calls (again)
* True is default since 2016 and most layers were already updated
not to pass this parameter where not necessary, e.g. oe-core was
updated couple times, first in:
https://git.openembedded.org/openembedded-core/commit/?id=7c552996597faaee2fbee185b250c0ee30ea3b5f
Updated with the same regexp as later oe-core update:
https://git.openembedded.org/openembedded-core/commit/?id=9f551d588693328e4d99d33be94f26684eafcaba
with small modification to replace not only d.getVar, but also data.getVar as in e.g.:
e.data.getVar('ERR_REPORT_USERNAME', True)
and for getVarFlag:
sed -e 's|\(d\.getVarFlag \?\)( \?\([^,()]*, \?[^,()]*\), \?True)|\1(\2)|g' \
-i $(git grep -E 'getVarFlag ?\( ?([^,()]*), ?([^,()]*), ?True\)' \
| cut -d':' -f1 \
| sort -u)
(From OE-Core rev: de7bf6689a19dc614ce4b39c84ffd825bee1b962)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 26c74fd10614582e177437608908eb43688ab510)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
(cherry picked from commit 24a86d0c55ee89ae0dc77975e1d0ee02898d2289)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-02-15 21:46:56 +00:00
..
2022-08-28 07:51:30 +01:00
2022-09-16 17:53:22 +01:00
2022-02-16 09:46:29 +00:00
2022-02-20 16:45:25 +00:00
2023-01-06 17:33:23 +00:00
2022-02-20 16:45:25 +00:00
2022-02-20 16:45:25 +00:00
2022-03-04 17:14:15 +00:00
2022-06-07 11:53:26 +01:00
2022-03-02 18:43:24 +00:00
2022-02-20 16:45:25 +00:00
2022-02-20 16:45:25 +00:00
2022-11-09 17:42:08 +00:00
2022-03-16 10:31:40 +00:00
2022-02-20 16:45:25 +00:00
2022-02-20 16:45:25 +00:00
2021-08-02 15:44:10 +01:00
2021-11-25 21:55:10 +00:00
2022-02-20 16:45:25 +00:00
2022-02-20 16:45:25 +00:00
2022-03-16 10:31:40 +00:00
2021-11-03 11:12:26 +00:00
2022-02-20 16:45:25 +00:00
2022-08-01 16:27:29 +01:00
2022-02-20 16:45:25 +00:00
2022-06-22 23:46:29 +01:00
2022-03-01 23:44:59 +00:00
2022-03-15 08:40:09 +00:00
2022-03-16 13:39:12 +00:00
2022-02-20 16:45:25 +00:00
2021-11-03 10:12:42 +00:00
2022-02-21 23:37:27 +00:00
2023-01-26 23:37:05 +00:00
2022-02-21 23:37:27 +00:00
2023-02-15 21:46:55 +00:00
2021-11-03 10:12:42 +00:00
2022-03-24 17:45:29 +00:00
2023-02-15 21:46:56 +00:00
2022-02-20 16:45:25 +00:00
2022-02-20 16:45:25 +00:00
2022-03-01 23:44:59 +00:00
2021-08-02 15:44:10 +01:00
2022-02-20 16:45:25 +00:00
2022-02-21 23:37:27 +00:00
2021-10-28 14:16:31 +01:00
2022-02-20 16:45:25 +00:00
2022-03-29 15:59:28 +01:00
2021-10-23 17:42:25 +01:00
2022-02-10 10:32:08 +00:00
2022-05-25 22:45:50 +01:00
2022-03-23 12:13:49 +00:00
2022-02-08 14:20:18 +00:00
2022-08-04 16:29:15 +01:00
2022-08-01 16:27:29 +01:00
2022-03-11 06:56:01 +00:00
2022-02-20 16:45:25 +00:00
2022-06-11 10:06:13 +01:00
2022-11-09 17:42:08 +00:00
2022-05-25 22:45:50 +01:00
2022-12-01 19:35:05 +00:00
2022-03-20 00:02:22 +00:00
2021-08-02 15:44:10 +01:00
2021-11-03 10:12:42 +00:00
2022-12-13 15:23:34 +00:00
2022-11-09 17:42:08 +00:00
2021-08-02 15:44:10 +01:00
2022-02-20 16:45:25 +00:00
2022-02-25 12:41:23 +00:00
2022-07-25 15:11:46 +01:00
2022-03-20 00:02:22 +00:00
2021-11-10 19:27:29 +00:00
2022-02-20 16:45:25 +00:00
2022-09-12 08:41:48 +01:00
2023-02-15 21:46:55 +00:00
2023-01-26 23:37:05 +00:00
2023-02-04 23:32:20 +00:00
2022-03-02 18:43:24 +00:00
2022-10-11 21:56:13 +01:00
2022-10-11 21:56:13 +01:00
2023-01-06 17:33:23 +00:00
2021-09-07 21:54:11 +01:00
2023-02-15 21:46:56 +00:00
2022-03-20 00:02:22 +00:00
2022-08-08 16:23:37 +01:00
2022-05-04 13:07:33 +01:00
2022-02-20 16:45:25 +00:00
2022-02-20 16:45:25 +00:00
2022-02-20 16:45:25 +00:00
2021-12-08 20:22:10 +00:00
2022-11-24 15:30:01 +00:00
2021-11-21 11:05:02 +00:00
2021-02-26 15:21:21 +00:00
2022-12-01 19:35:05 +00:00
2023-01-06 17:33:23 +00:00
2022-02-20 16:45:25 +00:00