diff options
| -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}" |
