]> code.ossystems Code Review - openembedded-core.git/commitdiff
gmp: set SUMMARY and DESCRIPTION
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 22 Dec 2013 00:17:05 +0000 (00:17 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 12:47:36 +0000 (12:47 +0000)
Use the same values for both versions (the GPLv2 version doesn't use the
.inc file).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-support/gmp/gmp.inc
meta/recipes-support/gmp/gmp_4.2.1.bb

index bec06ecd69454b28966c55331e0b20a06008a1ff..be2983ffc40894163a1f6b9041b4461524104a5d 100644 (file)
@@ -1,5 +1,6 @@
 SECTION = "devel"
-DESCRIPTION = "GNU multiprecision arithmetic library"
+SUMMARY = "GNU multiprecision arithmetic library"
+DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers"
 HOMEPAGE = "http://gmplib.org/"
 LICENSE = "GPLv3 LGPLv3"
 
index 4da8381345044c15622326aa2736b8f66333fba8..362aacf46c5a0e3cc19afee12f2cf056ece5c979 100644 (file)
@@ -1,3 +1,4 @@
+SUMMARY = "GNU multiprecision arithmetic library"
 DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers"
 HOMEPAGE = "http://gmplib.org/"
 BUGTRACKER = "http://gmplib.org/mailman/listinfo/gmp-bugs"