mirror of
https://git.yoctoproject.org/poky
synced 2026-03-03 13:59:40 +01:00
Import the recipe from OE Upgrade from 0.8.1 to 0.8.2, and it solved the build failure Cleaned up the libmpc-native recipe for poky tree Add nativesdk target for gcc-cross-canadian_4.5.0 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
15 lines
331 B
BlitzBasic
15 lines
331 B
BlitzBasic
require libmpc.inc
|
|
|
|
DEPENDS = "gmp mpfr"
|
|
|
|
PR = "r0"
|
|
|
|
SRC_URI = "http://www.multiprecision.org/mpc/download/mpc-${PV}.tar.gz"
|
|
S = "${WORKDIR}/mpc-${PV}"
|
|
|
|
SRC_URI[md5sum] = "5b34aa804d514cc295414a963aedb6bf"
|
|
SRC_URI[sha256sum] = "e664603757251fd8a352848276497a4c79b7f8b21fd8aedd5cc0598a38fee3e4"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|
|
|