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:50:23 +0000 |
commit | f92ed8823630e8be7cb06116c4c1e27ca27682c2 (patch) | |
tree | c99b5da1cd0d607ccb3be623ce4d5304660ebf6e /meta/recipes-support | |
parent | a326200bcf8a567c1f92c9a24f287279d1ca2331 (diff) | |
download | poky-f92ed8823630e8be7cb06116c4c1e27ca27682c2.tar.gz |
gmp: set SUMMARY and DESCRIPTION
Use the same values for both versions (the GPLv2 version doesn't use the
.inc file).
(From OE-Core rev: 99c3f40299ddf97fd85eaea4d86176f2b4d4db92)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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 @@ | |||
1 | SECTION = "devel" | 1 | SECTION = "devel" |
2 | DESCRIPTION = "GNU multiprecision arithmetic library" | 2 | SUMMARY = "GNU multiprecision arithmetic library" |
3 | DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers" | ||
3 | HOMEPAGE = "http://gmplib.org/" | 4 | HOMEPAGE = "http://gmplib.org/" |
4 | LICENSE = "GPLv3 LGPLv3" | 5 | LICENSE = "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 @@ | |||
1 | SUMMARY = "GNU multiprecision arithmetic library" | ||
1 | DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers" | 2 | DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers" |
2 | HOMEPAGE = "http://gmplib.org/" | 3 | HOMEPAGE = "http://gmplib.org/" |
3 | BUGTRACKER = "http://gmplib.org/mailman/listinfo/gmp-bugs" | 4 | BUGTRACKER = "http://gmplib.org/mailman/listinfo/gmp-bugs" |