summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-07-19 03:00:37 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-24 01:38:36 +0100
commit722e27e44806558b2ef3e6b7072451981fa5823e (patch)
treedaf303a01112b2baa636116a5dbae4316f7e7dc8 /meta
parent4f19548bfb5e9259eb0e38bbe3886f139d6b1f0a (diff)
downloadopenembedded-core-722e27e44806558b2ef3e6b7072451981fa5823e.tar.gz
openembedded-core-722e27e44806558b2ef3e6b7072451981fa5823e.tar.bz2
openembedded-core-722e27e44806558b2ef3e6b7072451981fa5823e.tar.xz
openembedded-core-722e27e44806558b2ef3e6b7072451981fa5823e.zip
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 <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/libmpc/libmpc.inc6
-rw-r--r--meta/packages/libmpc/libmpc_0.8.2.bb14
2 files changed, 20 insertions, 0 deletions
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
diff --git a/meta/packages/libmpc/libmpc_0.8.2.bb b/meta/packages/libmpc/libmpc_0.8.2.bb
new file mode 100644
index 000000000..1792066e7
--- /dev/null
+++ b/meta/packages/libmpc/libmpc_0.8.2.bb
@@ -0,0 +1,14 @@
+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"
+