[poky] [PATCH 1/3] linux: add LIC_FILES_CHKSUM
Ilya Yanok
yanok at emcraft.com
Tue Feb 8 12:26:36 PST 2011
Linux is licensed under GPL so add appropriate LIC_FILES_CHKSUM to
linux.inc file.
Signed-off-by: Ilya Yanok <yanok at emcraft.com>
---
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 93859bb..c23d90f 100644
--- a/meta/recipes-kernel/linux/linux.inc
+++ b/meta/recipes-kernel/linux/linux.inc
@@ -2,6 +2,8 @@ DESCRIPTION = "Linux Kernel"
SECTION = "kernel"
LICENSE = "GPL"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
+
inherit kernel
DEPENDS_append_em-x270 = " mtd-utils "
--
1.7.4
More information about the poky
mailing list