mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
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>
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user