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>
This commit is contained in:
Nitin A Kamble 2010-07-12 00:19:32 -07:00 committed by Richard Purdie
parent 41e668e781
commit 648d76bda3
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding"
HOMEPAGE = "http://www.mpfr.org/"
LICENSE = "LGPL"
SECTION = "libs"
LICENSE = "LGPLv3+"
SECTION = "devel"
inherit autotools

View File

@ -1,7 +1,7 @@
require mpfr.inc
DEPENDS = "gmp"
PR = "r1"
PR = "r0"
SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
S = "${WORKDIR}/mpfr-${PV}"