diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-21 23:42:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:47:35 +0000 |
commit | 92cbf6962b82f9118bdc55883851adf2b5fcc930 (patch) | |
tree | 7b9306ba362390004758cca4b3bbd78380410f2f /meta/recipes-kernel/linux/linux-dummy.bb | |
parent | 3111dc9a2edc2942f892589e575e7af63b1717d6 (diff) | |
download | openembedded-core-92cbf6962b82f9118bdc55883851adf2b5fcc930.tar.gz openembedded-core-92cbf6962b82f9118bdc55883851adf2b5fcc930.tar.bz2 openembedded-core-92cbf6962b82f9118bdc55883851adf2b5fcc930.zip |
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.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-dummy.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-dummy.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb index 3b898f8e0b..acf07e182f 100644 --- a/meta/recipes-kernel/linux/linux-dummy.bb +++ b/meta/recipes-kernel/linux/linux-dummy.bb @@ -1,6 +1,6 @@ SECTION = "kernel" SUMMARY = "Dummy Linux kernel" -LICENSE = "GPL" +LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |