]> code.ossystems Code Review - openembedded-core.git/commitdiff
libmpc:Add license checksum and update the GPL information
authorMei Lei <lei.mei@intel.com>
Wed, 24 Nov 2010 10:32:10 +0000 (18:32 +0800)
committerMei Lei <lei.mei@intel.com>
Wed, 24 Nov 2010 10:32:10 +0000 (18:32 +0800)
Add COPYING.LIB file checksum to bb file and add the "LGPLv2.1" according to the COPYING.LIB file

Signed-off-by: Mei Lei <lei.mei@intel.com>
meta/recipes-support/libmpc/libmpc_0.8.2.bb

index 1792066e77c7f168f5370d248f13b86c8777cb19..3c9ef1b579a1aeca02e662102a2eb57f23aaace9 100644 (file)
@@ -3,7 +3,8 @@ require libmpc.inc
 DEPENDS = "gmp mpfr"
 
 PR = "r0"
-
+LICENSE="LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34"
 SRC_URI = "http://www.multiprecision.org/mpc/download/mpc-${PV}.tar.gz"
 S = "${WORKDIR}/mpc-${PV}"