summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/dtc
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-26 09:28:34 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:49 -0800
commitdcf68c33d94bd0ef84c090ad6e259ec9261d983d (patch)
treec985966ace3629614fb47e384bfe1ed3f6e3cbf8 /meta/recipes-kernel/dtc
parentc373cfca74c0461c73bddd7f9d68e28a40ce59c1 (diff)
downloadpoky-dcf68c33d94bd0ef84c090ad6e259ec9261d983d.tar.gz
dtc:Add license checksum and add the GPL information
Add GPL file and libfdt.h file checksum to bb file and add the "GPLv2|BSD" according to the License file Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-kernel/dtc')
-rw-r--r--meta/recipes-kernel/dtc/dtc_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-kernel/dtc/dtc_git.bb b/meta/recipes-kernel/dtc/dtc_git.bb
index a17a39d527..21f71e6e6a 100644
--- a/meta/recipes-kernel/dtc/dtc_git.bb
+++ b/meta/recipes-kernel/dtc/dtc_git.bb
@@ -1,2 +1,6 @@
1require dtc.inc 1require dtc.inc
2require dtc_git.inc 2require dtc_git.inc
3LICENSE="GPLv2|BSD"
4LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
5 file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c"
6