]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oe/license_finder: don't return the "crunched" license text in crunch_license
authorRoss Burton <ross.burton@arm.com>
Fri, 13 Jun 2025 13:16:17 +0000 (14:16 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jun 2025 16:56:27 +0000 (17:56 +0100)
commit34603ed3b4919dcfba19ef57db11a6d3bb2704f1
treed0cd44f2744fd7a4700a1cb048e46ff3b17a7650
parent148e501bd4fe65e7bed68d086ba98180a9b2483c
oe/license_finder: don't return the "crunched" license text in crunch_license

crunch_license() will perform some basic text manipulation to try and
canonicalise the license texts. It also returns the new license text but
none of the callers use this, and as a slightly mangled version of the
original it has no real purpose.

Remove this return value and clean up the callers.

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