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-dpaa/flib | |
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-dpaa/flib')
-rw-r--r-- | recipes-dpaa/flib/flib_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb index 645efdb31..af228f3fb 100644 --- a/recipes-dpaa/flib/flib_git.bb +++ b/recipes-dpaa/flib/flib_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Foundation Library" | 1 | DESCRIPTION = "Foundation Library" |
2 | SECTION = "flib" | 2 | SECTION = "flib" |
3 | LICENSE = "BSD & GPLv2" | 3 | LICENSE = "BSD & GPL-2.0-only" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9f6d1afdf6b0f6b3ba65c25ba589ee53" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=9f6d1afdf6b0f6b3ba65c25ba589ee53" |
5 | 5 | ||
6 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/flib;nobranch=1" | 6 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/flib;nobranch=1" |