summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/libimxdmabuffer
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2022-03-03 15:34:00 +0000
committerAndrey Zhizhikin <andrey.z@gmail.com>2022-03-03 15:34:00 +0000
commit832da37d74f56e041f27dd99884b522b939e2f8a (patch)
tree5deba04be75bea93e8998a07ecfd264ae57cfc75 /recipes-bsp/libimxdmabuffer
parent8a6c7a1a871a9a6f45f9f86e32c43e3fb5d79d17 (diff)
downloadmeta-freescale-832da37d74f56e041f27dd99884b522b939e2f8a.tar.gz
layer: Update LICENSE variable to use SPDX license identifiers
Since OE-Core commit 9379f80f48 ("license/insane: Show warning for obsolete license usage"), LICENSE field not containing SPDX identifiers are treated with WARNING. An automated conversion using scripts/contrib/convert-spdx-licenses.py to convert to use the standard SPDX license identifiers has been done on the entire layer. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'recipes-bsp/libimxdmabuffer')
-rw-r--r--recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb b/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb
index 3866ab5b..7589e514 100644
--- a/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb
+++ b/recipes-bsp/libimxdmabuffer/libimxdmabuffer_1.0.1.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = 'Library for allocating and managing physically contiguous memory \ 1DESCRIPTION = 'Library for allocating and managing physically contiguous memory \
2 ("DMA memory" or "DMA buffers") on i.MX devices.' 2 ("DMA memory" or "DMA buffers") on i.MX devices.'
3HOMEPAGE = "https://github.com/Freescale/libimxdmabuffer" 3HOMEPAGE = "https://github.com/Freescale/libimxdmabuffer"
4LICENSE = "LGPLv2.1" 4LICENSE = "LGPL-2.1-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324"
6SECTION = "base" 6SECTION = "base"
7 7