]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
create-spdx: Use gzip for compression
authorJoshua Watt <jpewhacker@gmail.com>
Mon, 27 Mar 2023 20:05:29 +0000 (15:05 -0500)
committerSteve Sakoman <steve@sakoman.com>
Tue, 28 Mar 2023 02:29:20 +0000 (16:29 -1000)
commit55b08fd641767a3d2e080727828ca37d9e610109
tree28de0e65986bc63766d08ef145dbf439e1a6f70e
parent5f9a8809acf1ab4e73c3085b8fd100f4568ebd86
create-spdx: Use gzip for compression

The master version of the SPDX classes uses zstd for efficient
compression, but it relies on the zstd tool to be present on the host
system. Since dunfell supports older distros, we don't want to add this
tool as an additional requirement so switch to using gzip instead.

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/create-spdx-2.2.bbclass