]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oe/license_finder: consolidate hash->license maps
authorRoss Burton <ross.burton@arm.com>
Fri, 13 Jun 2025 13:16:15 +0000 (14:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jun 2025 16:56:27 +0000 (17:56 +0100)
commita775c6cb5a2bf1f30a94ba3b88af9aa491e98b1a
treeaa426048a44274752c730bfb9f4207987b7f4189
parent995936ffda02a1def1863490ec315783a7470c72
oe/license_finder: consolidate hash->license maps

There are two locations where mappings of checksums to license names
are: the license-hashes.csv file and a hard-coded set of assignments in
the code.

There's no need for two, so remove the assignments and move the hashes
into the CSV file.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/files/license-hashes.csv
meta/lib/oe/license_finder.py