]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
classes: create-spdx-2.2: Fix dependency handling
authorJoshua Watt <JPEWhacker@gmail.com>
Fri, 21 Mar 2025 15:12:39 +0000 (09:12 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Mar 2025 17:14:06 +0000 (17:14 +0000)
commit79a03abd37839973996efc957d44614edcbd6b87
treef360cc584481b0beb854b5da3daa5fa70e4123c9
parent0c637099887f1be421c8e1203f99631a1e040150
classes: create-spdx-2.2: Fix dependency handling

The common SPDX code was changed to return a dataclass for dependency
information instead of a namedtuple, but the SPDX 2.2 was missed to
account for this. Correct the SPDX 2.2 code to correctly handle the new
datatype

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/create-spdx-2.2.bbclass