diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-07-12 00:19:32 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-16 16:25:16 +0100 |
commit | 648d76bda34152fef5ff8f81724fe0b339635017 (patch) | |
tree | d7219e5b145382472639134a5c9fce5d05086875 /meta | |
parent | 41e668e781b399835b686145215ded776fbe3a73 (diff) | |
download | poky-648d76bda34152fef5ff8f81724fe0b339635017.tar.gz |
mpfr: upgrade from 2.3.1 to 3.0.0
Change SECTION to devel
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/mpfr/mpfr.inc | 4 | ||||
-rw-r--r-- | meta/packages/mpfr/mpfr_3.0.0.bb (renamed from meta/packages/mpfr/mpfr_2.3.1.bb) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/mpfr/mpfr.inc b/meta/packages/mpfr/mpfr.inc index cf898b62b6..dbb859fe3e 100644 --- a/meta/packages/mpfr/mpfr.inc +++ b/meta/packages/mpfr/mpfr.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding" | 1 | DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding" |
2 | HOMEPAGE = "http://www.mpfr.org/" | 2 | HOMEPAGE = "http://www.mpfr.org/" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPLv3+" |
4 | SECTION = "libs" | 4 | SECTION = "devel" |
5 | 5 | ||
6 | inherit autotools | 6 | inherit autotools |
diff --git a/meta/packages/mpfr/mpfr_2.3.1.bb b/meta/packages/mpfr/mpfr_3.0.0.bb index 515d014a6c..188a5d95cd 100644 --- a/meta/packages/mpfr/mpfr_2.3.1.bb +++ b/meta/packages/mpfr/mpfr_3.0.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require mpfr.inc | 1 | require mpfr.inc |
2 | 2 | ||
3 | DEPENDS = "gmp" | 3 | DEPENDS = "gmp" |
4 | PR = "r1" | 4 | PR = "r0" |
5 | 5 | ||
6 | SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" | 6 | SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" |
7 | S = "${WORKDIR}/mpfr-${PV}" | 7 | S = "${WORKDIR}/mpfr-${PV}" |