From: Mei Lei Date: Fri, 26 Nov 2010 01:28:34 +0000 (+0800) Subject: dtc:Add license checksum and add the GPL information X-Git-Tag: 2011-1~3732 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=dcf68c33d94bd0ef84c090ad6e259ec9261d983d;p=openembedded-core.git 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 --- 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 @@ 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" +