summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/qemu/qemu.inc
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-devtools/qemu/qemu.inc
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-devtools/qemu/qemu.inc')
-rw-r--r--recipes-devtools/qemu/qemu.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu.inc b/recipes-devtools/qemu/qemu.inc
index 532bcf6d..b8b5f318 100644
--- a/recipes-devtools/qemu/qemu.inc
+++ b/recipes-devtools/qemu/qemu.inc
@@ -4,7 +4,7 @@ machine's processor through dynamic binary translation and provides a set \
4of different hardware and device models for the machine, enabling it to run \ 4of different hardware and device models for the machine, enabling it to run \
5a variety of guest operating systems" 5a variety of guest operating systems"
6HOMEPAGE = "http://qemu.org" 6HOMEPAGE = "http://qemu.org"
7LICENSE = "GPLv2 & LGPLv2.1" 7LICENSE = "GPL-2.0-only & LGPL-2.1-only"
8 8
9RDEPENDS:${PN}-ptest = "bash make" 9RDEPENDS:${PN}-ptest = "bash make"
10 10