diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-26 09:28:34 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:49 -0800 |
commit | 85266fa8de01aa9c53bea991dc3d4ec99f634c94 (patch) | |
tree | 463d776885e1e5b48db4d52615ec37671b2dcc70 /meta | |
parent | c4c11d9d807c424465885a1f4f574e3338c80ba9 (diff) | |
download | poky-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.bb | 4 |
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 @@ | |||
1 | PR = "r0" | 1 | PR = "r0" |
2 | 2 | LICENSE="GPLv3&LGPLv2" | |
3 | LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | ||
4 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" | ||
3 | require make.inc | 5 | require make.inc |