summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libmpc/libmpc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libmpc/libmpc.inc')
-rw-r--r--meta/recipes-support/libmpc/libmpc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libmpc/libmpc.inc b/meta/recipes-support/libmpc/libmpc.inc
index 6e18e588be..0788dc261d 100644
--- a/meta/recipes-support/libmpc/libmpc.inc
+++ b/meta/recipes-support/libmpc/libmpc.inc
@@ -1,6 +1,6 @@
1DESCRIPTION = "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" 1DESCRIPTION = "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"
2HOMEPAGE = "http://www.multiprecision.org/" 2HOMEPAGE = "http://www.multiprecision.org/"
3LICENSE = "LGPLv2" 3LICENSE = "LGPLv3"
4SECTION = "libs" 4SECTION = "libs"
5 5
6inherit autotools 6inherit autotools