diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-24 18:32:10 +0800 |
---|---|---|
committer | Mei Lei <lei.mei@intel.com> | 2010-11-24 18:32:10 +0800 |
commit | d4d2e21bcbafdf7546114f1204bffcc057dbedba (patch) | |
tree | fceedf515bef8c863f802bda136be9ef1df93eb9 /meta | |
parent | 693e5935755668fd520220a3f51af85a5b172b36 (diff) | |
download | poky-d4d2e21bcbafdf7546114f1204bffcc057dbedba.tar.gz |
libmpc:Add license checksum and update the GPL information
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libmpc/libmpc_0.8.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/libmpc/libmpc_0.8.2.bb b/meta/recipes-support/libmpc/libmpc_0.8.2.bb index 1792066e77..3c9ef1b579 100644 --- a/meta/recipes-support/libmpc/libmpc_0.8.2.bb +++ b/meta/recipes-support/libmpc/libmpc_0.8.2.bb | |||
@@ -3,7 +3,8 @@ require libmpc.inc | |||
3 | DEPENDS = "gmp mpfr" | 3 | DEPENDS = "gmp mpfr" |
4 | 4 | ||
5 | PR = "r0" | 5 | PR = "r0" |
6 | 6 | LICENSE="LGPLv2.1" | |
7 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
7 | SRC_URI = "http://www.multiprecision.org/mpc/download/mpc-${PV}.tar.gz" | 8 | SRC_URI = "http://www.multiprecision.org/mpc/download/mpc-${PV}.tar.gz" |
8 | S = "${WORKDIR}/mpc-${PV}" | 9 | S = "${WORKDIR}/mpc-${PV}" |
9 | 10 | ||