diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-17 14:57:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-21 22:02:48 +0000 |
commit | 6a320c849cdeeeac5581346e5e2cb3ce830242a9 (patch) | |
tree | 966792ede5283095e9e18c5302ef91d5724cdde1 /meta-yocto-bsp/recipes-bsp | |
parent | 40f5a289d5f3fd8b1d0f3ee1544531b85f5ab350 (diff) | |
download | poky-6a320c849cdeeeac5581346e5e2cb3ce830242a9.tar.gz |
gma500-gfx-check: Update licence to match changes in OE-Core
Match SPDX licence name changes in OE-Core.
(From meta-yocto rev: 4acb5d2a9e77b8f426fa2370a9a71b9df8c7c3e7)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-bsp')
-rw-r--r-- | meta-yocto-bsp/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb b/meta-yocto-bsp/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb index 00680de890..8f10bd239c 100644 --- a/meta-yocto-bsp/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb +++ b/meta-yocto-bsp/recipes-bsp/gma500-gfx-check/gma500-gfx-check_1.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Intel gma500_gfx fix for certain hardware" | 1 | SUMMARY = "Intel gma500_gfx fix for certain hardware" |
2 | DESCRIPTION = "Avoid inserting gma500_gfx module for certain hardware devices." | 2 | DESCRIPTION = "Avoid inserting gma500_gfx module for certain hardware devices." |
3 | LICENSE="GPLv2" | 3 | LICENSE="GPLv2" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" |
5 | 5 | ||
6 | SRC_URI = "file://gma500-gfx-check.conf \ | 6 | SRC_URI = "file://gma500-gfx-check.conf \ |
7 | file://gma500-gfx-check.sh " | 7 | file://gma500-gfx-check.sh " |