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-multimedia/libimxvpuapi | |
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-multimedia/libimxvpuapi')
-rw-r--r-- | recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb | 2 | ||||
-rw-r--r-- | recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb index 97b5f1168..cefd01121 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.2.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "frontend for the i.MX6 / i.MX8 VPU hardware video engines" | 1 | DESCRIPTION = "frontend for the i.MX6 / i.MX8 VPU hardware video engines" |
2 | HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" | 2 | HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" |
3 | LICENSE = "LGPLv2.1" | 3 | LICENSE = "LGPL-2.1-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" |
5 | SECTION = "multimedia" | 5 | SECTION = "multimedia" |
6 | DEPENDS = "virtual/imxvpu libimxdmabuffer" | 6 | DEPENDS = "virtual/imxvpu libimxdmabuffer" |
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb index 660eed3ee..e3a051937 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | # Copyright 2018 (C) O.S. Systems Software LTDA. | 1 | # Copyright 2018 (C) O.S. Systems Software LTDA. |
2 | DESCRIPTION = "frontend for the i.MX6 VPU hardware video engine" | 2 | DESCRIPTION = "frontend for the i.MX6 VPU hardware video engine" |
3 | HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" | 3 | HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" |
4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPL-2.1-only" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" |
6 | SECTION = "multimedia" | 6 | SECTION = "multimedia" |
7 | DEPENDS = "imx-vpu" | 7 | DEPENDS = "imx-vpu" |