]> code.ossystems Code Review - openembedded-core.git/commitdiff
make:Add license checksum and update 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 COPYING file and COPYING.LIB file checksum to bb file and add the "GPLv3" "GPLv2" according to the license file

Signed-off-by: Mei Lei <lei.mei@intel.com>
meta/recipes-devtools/make/make_3.82.bb

index 797d26b3beb5f855cdf05d97ab2b8692c2a00f26..e8a086584ecfb98f1d340e879850464657e9e80c 100644 (file)
@@ -1,3 +1,5 @@
 PR = "r0"
-
+LICENSE="GPLv3&LGPLv2"
+LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
+                    file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
 require make.inc