]> code.ossystems Code Review - openembedded-core.git/commitdiff
dtc:Add license checksum and add the GPL information
authorMei Lei <lei.mei@intel.com>
Fri, 26 Nov 2010 01:28:34 +0000 (09:28 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Dec 2010 13:24:49 +0000 (05:24 -0800)
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>
meta/recipes-kernel/dtc/dtc_git.bb

index a17a39d5279ddf041ea05b9f099831ac68671a43..21f71e6e6ad49ccaeb6311df8087a187d93e994f 100644 (file)
@@ -1,2 +1,6 @@
 require dtc.inc
 require dtc_git.inc
+LICENSE="GPLv2|BSD"
+LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
+                   file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c"
+