diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-03-03 12:46:15 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-03 12:46:15 -0300 |
commit | f6e0f17d2b777d15d97632055d129a10bd47e525 (patch) | |
tree | f53d2dff9924ae03950b42c275eca448874ddfaf /recipes-bsp/imx-test | |
parent | d14e5629aa598cb893b37ec4803236d8375e940b (diff) | |
parent | 832da37d74f56e041f27dd99884b522b939e2f8a (diff) | |
download | meta-freescale-f6e0f17d2b777d15d97632055d129a10bd47e525.tar.gz |
Merge pull request #995 from zandrey/topic/clarify-obsole-license
Update LICENSE variable to use SPDX license identifiers
Diffstat (limited to 'recipes-bsp/imx-test')
-rw-r--r-- | recipes-bsp/imx-test/imx-test_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-test/imx-test_git.bb b/recipes-bsp/imx-test/imx-test_git.bb index 84696e35f..1777542ac 100644 --- a/recipes-bsp/imx-test/imx-test_git.bb +++ b/recipes-bsp/imx-test/imx-test_git.bb | |||
@@ -5,7 +5,7 @@ | |||
5 | SUMMARY = "Test programs for i.MX BSP" | 5 | SUMMARY = "Test programs for i.MX BSP" |
6 | DESCRIPTION = "Unit tests for the i.MX BSP" | 6 | DESCRIPTION = "Unit tests for the i.MX BSP" |
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPL-2.0-or-later" |
9 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c" | 9 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c" |
10 | 10 | ||
11 | DEPENDS = "alsa-lib libdrm" | 11 | DEPENDS = "alsa-lib libdrm" |