]> code.ossystems Code Review - openembedded-core.git/commit
licenses: Fix canonical license for 'or-later' handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Feb 2021 15:05:24 +0000 (15:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 21 Feb 2021 21:59:52 +0000 (21:59 +0000)
commitd1baf74ac92fe0c8c32dff101fd77d77f70fd583
treeb9834af621c7c82a06f1cb08d598397df0c00938
parentccc785f9d428b279c8aa9a1ca00dc685342fdb1e
licenses: Fix canonical license for 'or-later' handling

GPLv2 and GPLv2+ are two difference licenses with different meanings
and we can't just pretend they're the same thing. Change the code
to treat them separately.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/license.bbclass
meta/lib/oe/license.py