diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2007-11-22 02:32:52 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2007-11-22 02:32:52 +0000 |
commit | 6a79b3cb774592d82a7d3aeaaa1d31119bda79b8 (patch) | |
tree | ad6c463e94e4e5f467dcf8c14096b5cdf23354d2 /packages/mpfr/mpfr_2.1.1.bb | |
parent | d86fddc630bb02a00954c2aa8d9b3813589cfb29 (diff) |
mpfr: add (native)_2.3.0, unify, closes #3339
Diffstat (limited to 'packages/mpfr/mpfr_2.1.1.bb')
-rw-r--r-- | packages/mpfr/mpfr_2.1.1.bb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/packages/mpfr/mpfr_2.1.1.bb b/packages/mpfr/mpfr_2.1.1.bb index 10383b1caa..6127e5dae9 100644 --- a/packages/mpfr/mpfr_2.1.1.bb +++ b/packages/mpfr/mpfr_2.1.1.bb @@ -1,14 +1,12 @@ -DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding" -LICENSE = "LGPL" -SECTION = "libs" +require mpfr.inc + DEPENDS = "gmp" -PR = "r2" + +PR = "r3" SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" S = "${WORKDIR}/mpfr-${PV}" -inherit autotools - do_stage() { oe_runmake install prefix=${STAGING_DIR} \ bindir=${STAGING_BINDIR} \ |