From: Mei Lei Date: Fri, 26 Nov 2010 01:28:34 +0000 (+0800) Subject: make:Add license checksum and update the GPL information X-Git-Tag: 2011-1~3734 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=85266fa8de01aa9c53bea991dc3d4ec99f634c94;p=openembedded-core.git 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 --- 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 @@ PR = "r0" - +LICENSE="GPLv3&LGPLv2" +LIC_FILES_CHKSUM = "file://tests/COPYING;md5=d32239bcb673463ab874e80d47fae504 \ + file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" require make.inc