diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2024-05-23 12:17:58 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-28 23:46:21 +0100 |
commit | d31c64296d446cb37e9da098e347f8b745fda074 (patch) | |
tree | 7ebb1c28989235d5768d8007b1c11452fc708263 /LICENSE.GPL-2.0-only | |
parent | e598b2d135712d79577ac8ec95fc89735571687f (diff) | |
download | poky-d31c64296d446cb37e9da098e347f8b745fda074.tar.gz |
bitbake: bb: Use namedtuple for Task data
Task dependency data is becoming unwieldy with the number of indices it
contains. Convert it to use a named tuple instead, which allows members
to be indexed by a named property or an index (which allows it to retain
backward compatibility).
(Bitbake rev: 26446cca4d22734c3f1b328a205c169dadb7e494)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'LICENSE.GPL-2.0-only')
0 files changed, 0 insertions, 0 deletions