From 83d170ac1bb77ff838abd2604a65f450b1ab9750 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 30 Dec 2009 16:18:13 -0800 Subject: libmpc: Rename newly added mpc to libmpc. * there already exists a recipe called mpc so call this one as libmpc to avoid DEPENDS collision. Signed-off-by: Khem Raj --- recipes/libmpc/libmpc-native_0.8.1.bb | 3 +++ recipes/libmpc/libmpc.inc | 6 ++++++ recipes/libmpc/libmpc_0.8.1.bb | 10 ++++++++++ recipes/mpc/mpc-native_0.8.1.bb | 3 --- recipes/mpc/mpc.inc | 6 ------ recipes/mpc/mpc_0.8.1.bb | 10 ---------- 6 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 recipes/libmpc/libmpc-native_0.8.1.bb create mode 100644 recipes/libmpc/libmpc.inc create mode 100644 recipes/libmpc/libmpc_0.8.1.bb delete mode 100644 recipes/mpc/mpc-native_0.8.1.bb delete mode 100644 recipes/mpc/mpc.inc delete mode 100644 recipes/mpc/mpc_0.8.1.bb diff --git a/recipes/libmpc/libmpc-native_0.8.1.bb b/recipes/libmpc/libmpc-native_0.8.1.bb new file mode 100644 index 0000000000..8dba0b7fc4 --- /dev/null +++ b/recipes/libmpc/libmpc-native_0.8.1.bb @@ -0,0 +1,3 @@ +require mpc_${PV}.bb +inherit native +DEPENDS = "mpfr-native gmp-native" diff --git a/recipes/libmpc/libmpc.inc b/recipes/libmpc/libmpc.inc new file mode 100644 index 0000000000..6e18e588be --- /dev/null +++ b/recipes/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/recipes/libmpc/libmpc_0.8.1.bb b/recipes/libmpc/libmpc_0.8.1.bb new file mode 100644 index 0000000000..b62c08673e --- /dev/null +++ b/recipes/libmpc/libmpc_0.8.1.bb @@ -0,0 +1,10 @@ +require mpc.inc + +DEPENDS = "gmp mpfr" + +SRC_URI = "http://www.multiprecision.org/mpc/download/mpc-${PV}.tar.gz" +S = "${WORKDIR}/mpc-${PV}" + +do_stage() { + autotools_stage_all +} diff --git a/recipes/mpc/mpc-native_0.8.1.bb b/recipes/mpc/mpc-native_0.8.1.bb deleted file mode 100644 index 8dba0b7fc4..0000000000 --- a/recipes/mpc/mpc-native_0.8.1.bb +++ /dev/null @@ -1,3 +0,0 @@ -require mpc_${PV}.bb -inherit native -DEPENDS = "mpfr-native gmp-native" diff --git a/recipes/mpc/mpc.inc b/recipes/mpc/mpc.inc deleted file mode 100644 index 6e18e588be..0000000000 --- a/recipes/mpc/mpc.inc +++ /dev/null @@ -1,6 +0,0 @@ -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/recipes/mpc/mpc_0.8.1.bb b/recipes/mpc/mpc_0.8.1.bb deleted file mode 100644 index b62c08673e..0000000000 --- a/recipes/mpc/mpc_0.8.1.bb +++ /dev/null @@ -1,10 +0,0 @@ -require mpc.inc - -DEPENDS = "gmp mpfr" - -SRC_URI = "http://www.multiprecision.org/mpc/download/mpc-${PV}.tar.gz" -S = "${WORKDIR}/mpc-${PV}" - -do_stage() { - autotools_stage_all -} -- cgit v1.2.3