diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2007-11-24 21:47:08 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2007-11-24 21:47:08 +0000 |
commit | ffd6c5ca65781f22ea7071ffb23c481b99b48d1e (patch) | |
tree | be64a80d81a74a0992302ea839a5e26e8465c6bc /packages/mpfr/mpfr_2.3.0.bb | |
parent | dd3452febe8467c85f8b5b87796d15a63797fbe5 (diff) |
mpfr: unify, remove obsolete directory in 2.3.0 staging.
Diffstat (limited to 'packages/mpfr/mpfr_2.3.0.bb')
-rw-r--r-- | packages/mpfr/mpfr_2.3.0.bb | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/packages/mpfr/mpfr_2.3.0.bb b/packages/mpfr/mpfr_2.3.0.bb index 2acd7da3e4..92fbe7bd4b 100644 --- a/packages/mpfr/mpfr_2.3.0.bb +++ b/packages/mpfr/mpfr_2.3.0.bb @@ -1,19 +1,15 @@ -DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding" -LICENSE = "LGPL" -SECTION = "libs" +require mpfr.inc + DEPENDS = "gmp" -PR = "r0" +PR = "r1" 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} \ includedir=${STAGING_INCDIR} \ libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} \ - infodir=${STAGING_DIR}/${HOST_SYS}/info + datadir=${STAGING_DATADIR} } |