Files
poky/meta/recipes-devtools
Martin Jansa 94149c4f37 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: 26c74fd10614582e177437608908eb43688ab510)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-02-02 09:50:02 +00:00
..
2023-01-26 21:06:57 +00:00
2022-12-06 15:23:18 +00:00
2022-11-07 14:32:42 +00:00
2022-07-01 11:31:42 +01:00
2022-09-26 22:04:35 +01:00
2023-01-16 10:42:07 +00:00
2023-01-18 16:42:28 +00:00
2023-02-01 14:05:15 +00:00
2021-11-03 10:12:42 +00:00
2023-01-06 12:03:47 +00:00
2022-08-16 14:57:58 +01:00
2022-09-17 07:47:08 +01:00
2023-01-06 12:03:47 +00:00
2022-03-23 12:13:49 +00:00
2022-12-31 17:08:29 +00:00
2022-07-18 11:47:37 +01:00
2022-11-15 09:38:37 +00:00
2023-01-06 12:03:47 +00:00
2022-11-14 16:19:43 +00:00
2022-11-08 22:47:16 +00:00
2022-11-07 14:32:42 +00:00
2023-01-06 12:03:47 +00:00
2022-09-17 07:47:07 +01:00
2022-11-07 14:32:42 +00:00
2022-08-25 11:08:07 +01:00
2023-01-06 12:03:48 +00:00
2023-01-18 16:42:28 +00:00
2023-01-26 21:06:57 +00:00
2023-01-06 12:03:47 +00:00
2022-04-26 18:25:08 +01:00
2022-12-06 15:23:18 +00:00
2021-12-08 20:22:10 +00:00
2022-12-18 19:48:00 +00:00
2022-09-08 14:59:39 +01:00