summaryrefslogtreecommitdiffstats
path: root/meta
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
commit85266fa8de01aa9c53bea991dc3d4ec99f634c94 (patch)
tree463d776885e1e5b48db4d52615ec37671b2dcc70 /meta
parentc4c11d9d807c424465885a1f4f574e3338c80ba9 (diff)
downloadpoky-85266fa8de01aa9c53bea991dc3d4ec99f634c94.tar.gz
make:Add license checksum and update the GPL information
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/make/make_3.82.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/make/make_3.82.bb b/meta/recipes-devtools/make/make_3.82.bb
index 797d26b3be..e8a086584e 100644
--- a/meta/recipes-devtools/make/make_3.82.bb
+++ b/meta/recipes-devtools/make/make_3.82.bb
@@ -1,3 +1,5 @@
1PR = "r0" 1PR = "r0"
2 2LICENSE="GPLv3&LGPLv2"
3LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
3require make.inc 5require make.inc