]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
linux-dummy: set LICENSE to GPLv2 to avoid license warning
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sat, 21 Dec 2013 23:42:47 +0000 (23:42 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 12:47:35 +0000 (12:47 +0000)
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.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-kernel/linux/linux-dummy.bb

index 3b898f8e0b49a38e8d3305a7675b5b84c4b08464..acf07e182f1b177c836232885f6252921416d771 100644 (file)
@@ -1,6 +1,6 @@
 SECTION = "kernel"
 SUMMARY = "Dummy Linux kernel"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
 
 LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe"