diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-22 00:17:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:47:36 +0000 |
commit | 99c3f40299ddf97fd85eaea4d86176f2b4d4db92 (patch) | |
tree | e820f16cb0f416fb9a1a802113531d55a873bd45 /meta/recipes-support/gmp | |
parent | 3737149835bc41915c1ac0ed4678a3d828bd77eb (diff) | |
download | openembedded-core-99c3f40299ddf97fd85eaea4d86176f2b4d4db92.tar.gz openembedded-core-99c3f40299ddf97fd85eaea4d86176f2b4d4db92.tar.bz2 openembedded-core-99c3f40299ddf97fd85eaea4d86176f2b4d4db92.zip |
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@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/gmp')
-rw-r--r-- | meta/recipes-support/gmp/gmp.inc | 3 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp_4.2.1.bb | 1 |
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 @@ 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 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 @@ +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" |