diff options
author | Ilya Yanok <yanok@emcraft.com> | 2011-02-08 21:26:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-09 11:20:59 +0000 |
commit | 07da5002f0f25b4961252e69ed085055a6c7d581 (patch) | |
tree | a0013b87d118c57bd43ee5ec822d2743dd145320 /meta/recipes-kernel | |
parent | 082aff4753170f30da261726e14fc27a6de4e8d9 (diff) | |
download | poky-07da5002f0f25b4961252e69ed085055a6c7d581.tar.gz |
linux: add LIC_FILES_CHKSUM
Linux is licensed under GPL so add appropriate LIC_FILES_CHKSUM to
linux.inc file.
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux.inc b/meta/recipes-kernel/linux/linux.inc index 726d3d6904..4c372ab014 100644 --- a/meta/recipes-kernel/linux/linux.inc +++ b/meta/recipes-kernel/linux/linux.inc | |||
@@ -2,6 +2,8 @@ DESCRIPTION = "Linux Kernel" | |||
2 | SECTION = "kernel" | 2 | SECTION = "kernel" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | ||
6 | |||
5 | inherit kernel | 7 | inherit kernel |
6 | require linux-dtb.inc | 8 | require linux-dtb.inc |
7 | 9 | ||