mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-06-21 08:52:27 +02:00
glibc-external: use '-or-later' license
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -37,7 +37,7 @@ def get_external_libc_license(d):
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2.1 of the License, or (at your option) any later version."""
|
||||
if lictext in text:
|
||||
return 'LGPL-2.1+'
|
||||
return 'LGPL-2.1-or-later'
|
||||
|
||||
return 'UNKNOWN'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user