mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
classes/create-spdx: Remove unnecessary package
A superfluous package was being created, but it was never used. (From OE-Core rev: ddfa61f691fc51c1968e8f1ff43f69dccd1632ee) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1f8137196d
commit
a8351a214e
@@ -837,8 +837,6 @@ python image_combine_spdx() {
|
||||
|
||||
doc.packages.append(image)
|
||||
|
||||
spdx_package = oe.spdx.SPDXPackage()
|
||||
|
||||
packages = image_list_installed_packages(d)
|
||||
|
||||
for name in sorted(packages.keys()):
|
||||
|
||||
Reference in New Issue
Block a user