mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 09:32:12 +02:00
linux-dummy: set LICENSE to GPLv2 to avoid license warning
This recipe doesn't actually produce any non-empty packages, but since
it's pretending to be a Linux kernel it might as well pretend to have
the same license, if for no other reason than to avoid producing a
warning since the previous value ("GPL") isn't acceptable.
(From OE-Core rev: 92cbf6962b82f9118bdc55883851adf2b5fcc930)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1b50dbced9
commit
bc16384ef7
@@ -1,6 +1,6 @@
|
||||
SECTION = "kernel"
|
||||
SUMMARY = "Dummy Linux kernel"
|
||||
LICENSE = "GPL"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user