[oe-commits] Paul Eggleton : gmp: set SUMMARY and DESCRIPTION

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 12:53:30 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 99c3f40299ddf97fd85eaea4d86176f2b4d4db92
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=99c3f40299ddf97fd85eaea4d86176f2b4d4db92

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Sun Dec 22 00:17:05 2013 +0000

gmp: set SUMMARY and DESCRIPTION

Use the same values for both versions (the GPLv2 version doesn't use the
.inc file).

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 meta/recipes-support/gmp/gmp.inc      | 3 ++-
 meta/recipes-support/gmp/gmp_4.2.1.bb | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc
index bec06ec..be2983f 100644
--- a/meta/recipes-support/gmp/gmp.inc
+++ b/meta/recipes-support/gmp/gmp.inc
@@ -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"
 
diff --git a/meta/recipes-support/gmp/gmp_4.2.1.bb b/meta/recipes-support/gmp/gmp_4.2.1.bb
index 4da8381..362aacf 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 @@
+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"



More information about the Openembedded-commits mailing list