summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/mpfr/mpfr.inc4
-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 @@
1DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding" 1DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding"
2HOMEPAGE = "http://www.mpfr.org/" 2HOMEPAGE = "http://www.mpfr.org/"
3LICENSE = "LGPL" 3LICENSE = "LGPLv3+"
4SECTION = "libs" 4SECTION = "devel"
5 5
6inherit autotools 6inherit 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 @@
1require mpfr.inc 1require mpfr.inc
2 2
3DEPENDS = "gmp" 3DEPENDS = "gmp"
4PR = "r1" 4PR = "r0"
5 5
6SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" 6SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
7S = "${WORKDIR}/mpfr-${PV}" 7S = "${WORKDIR}/mpfr-${PV}"