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:50:21 +0000 |
commit | bc16384ef75a23df30eaa1ee8ba59ef55386344a (patch) | |
tree | bc12da4ce4dacb17bd9ec3f000896a6768aab1da /meta/recipes-kernel | |
parent | 1b50dbced9ddae39ee80cc5e4caf26ad85292a1a (diff) | |
download | poky-bc16384ef75a23df30eaa1ee8ba59ef55386344a.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel')
-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 @@ | |||
1 | SECTION = "kernel" | 1 | SECTION = "kernel" |
2 | SUMMARY = "Dummy Linux kernel" | 2 | SUMMARY = "Dummy Linux kernel" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPLv2" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" | 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe" |
6 | 6 | ||