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-lib | |
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-lib')
-rw-r--r-- | recipes-bsp/imx-lib/imx-lib_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib_git.bb b/recipes-bsp/imx-lib/imx-lib_git.bb index 2ecea3e50..99a156a50 100644 --- a/recipes-bsp/imx-lib/imx-lib_git.bb +++ b/recipes-bsp/imx-lib/imx-lib_git.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # Copyright 2017 NXP | 3 | # Copyright 2017 NXP |
4 | 4 | ||
5 | DESCRIPTION = "Platform specific libraries for imx platform" | 5 | DESCRIPTION = "Platform specific libraries for imx platform" |
6 | LICENSE = "LGPLv2.1" | 6 | LICENSE = "LGPL-2.1-only" |
7 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM = "file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" | 9 | LIC_FILES_CHKSUM = "file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" |