Change licenses to SPDIX
* Latest oe-core warns with 'Recipe LICENSE includes obsolete licenses GPLv2 [obsolete-license]' * Auto changed by oe-cores's script scripts/contrib/convert-spdx-licenses.py Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION = "Games image to be used on USB stick (development image)"
|
||||
|
||||
IMAGE_LINGUAS = " "
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
inherit core-image
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ DESCRIPTION = "meta-games layer test image"
|
||||
|
||||
IMAGE_LINGUAS = " "
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
inherit core-image
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ DESCRIPTION = "Games image to be used on USB stick"
|
||||
|
||||
IMAGE_LINGUAS = " "
|
||||
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
|
||||
inherit core-image
|
||||
|
||||
|
||||
Reference in New Issue
Block a user