summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gmp')
-rw-r--r--meta/recipes-support/gmp/gmp.inc3
-rw-r--r--meta/recipes-support/gmp/gmp_4.2.1.bb1
2 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc
index bec06ecd69..be2983ffc4 100644
--- a/meta/recipes-support/gmp/gmp.inc
+++ b/meta/recipes-support/gmp/gmp.inc
@@ -1,5 +1,6 @@
1SECTION = "devel" 1SECTION = "devel"
2DESCRIPTION = "GNU multiprecision arithmetic library" 2SUMMARY = "GNU multiprecision arithmetic library"
3DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers"
3HOMEPAGE = "http://gmplib.org/" 4HOMEPAGE = "http://gmplib.org/"
4LICENSE = "GPLv3 LGPLv3" 5LICENSE = "GPLv3 LGPLv3"
5 6
diff --git a/meta/recipes-support/gmp/gmp_4.2.1.bb b/meta/recipes-support/gmp/gmp_4.2.1.bb
index 4da8381345..362aacf46c 100644
--- a/meta/recipes-support/gmp/gmp_4.2.1.bb
+++ b/meta/recipes-support/gmp/gmp_4.2.1.bb
@@ -1,3 +1,4 @@
1SUMMARY = "GNU multiprecision arithmetic library"
1DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers" 2DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers"
2HOMEPAGE = "http://gmplib.org/" 3HOMEPAGE = "http://gmplib.org/"
3BUGTRACKER = "http://gmplib.org/mailman/listinfo/gmp-bugs" 4BUGTRACKER = "http://gmplib.org/mailman/listinfo/gmp-bugs"