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-devtools/qemu/qemu.inc | |
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-devtools/qemu/qemu.inc')
-rw-r--r-- | recipes-devtools/qemu/qemu.inc | 2 |
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 \ | |||
4 | of different hardware and device models for the machine, enabling it to run \ | 4 | of different hardware and device models for the machine, enabling it to run \ |
5 | a variety of guest operating systems" | 5 | a variety of guest operating systems" |
6 | HOMEPAGE = "http://qemu.org" | 6 | HOMEPAGE = "http://qemu.org" |
7 | LICENSE = "GPLv2 & LGPLv2.1" | 7 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" |
8 | 8 | ||
9 | RDEPENDS:${PN}-ptest = "bash make" | 9 | RDEPENDS:${PN}-ptest = "bash make" |
10 | 10 | ||