From 722e27e44806558b2ef3e6b7072451981fa5823e Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 19 Jul 2010 03:00:37 -0700 Subject: libmpc: bring for gcc 4.5.0 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 --- meta/packages/libmpc/libmpc.inc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta/packages/libmpc/libmpc.inc (limited to 'meta/packages/libmpc/libmpc.inc') diff --git a/meta/packages/libmpc/libmpc.inc b/meta/packages/libmpc/libmpc.inc new file mode 100644 index 000000000..6e18e588b --- /dev/null +++ b/meta/packages/libmpc/libmpc.inc @@ -0,0 +1,6 @@ +DESCRIPTION = "Mpc is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It is built upon and follows the same principles as Mpfr" +HOMEPAGE = "http://www.multiprecision.org/" +LICENSE = "LGPLv2" +SECTION = "libs" + +inherit autotools -- cgit v1.2.3