]> code.ossystems Code Review - openembedded-core.git/commitdiff
dtc: add LIC_FILES_CHKSUM to dtc-native
authorBruce Ashfield <bruce.ashfield@windriver.com>
Wed, 9 Feb 2011 06:00:12 +0000 (01:00 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Feb 2011 11:16:34 +0000 (11:16 +0000)
The new license processing rules error if dtc-native itself
doesn't have license information. Previously only the .inc
files contained this information, so we make a copy and leave
the existing license info to be removed pending further review.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/recipes-kernel/dtc/dtc-native_git.bb

index 2d6f09217f13ac67288dc0d42ef3c20bc8775bef..fd5bde5765be3f208ac43c1b8b99923f3e1189eb 100644 (file)
@@ -1,2 +1,5 @@
+LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
+                   file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c"
+
 require dtc-native.inc
 require dtc_git.inc