]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
classes: create-spdx: Move to version specific class
authorJoshua Watt <JPEWhacker@gmail.com>
Tue, 8 Nov 2022 20:07:02 +0000 (14:07 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Nov 2022 13:43:36 +0000 (13:43 +0000)
commit9ec01fe3e59be66331c14ab5391ecb0b6f140c22
tree67f8426ee4e76b29d857f6a26bd84ae4ef64af05
parent1f1888cc8a35b98ccde472eb345c1e483eb6b6d1
classes: create-spdx: Move to version specific class

In expectation of SPDX 3.0 support, move the create-spdx.bbclass ->
create-spdx-2.2.bbclass. The create-spdx.bbclass class still exists and
can be used if a user doesn't care about which specific version of SPDX
they get.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/classes/create-spdx-2.2.bbclass [new file with mode: 0644]
meta/classes/create-spdx.bbclass