]> code.ossystems Code Review - openembedded-core.git/commitdiff
mpfr: update to 2.3.1
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 5 Mar 2008 08:45:27 +0000 (08:45 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 5 Mar 2008 08:45:27 +0000 (08:45 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3913 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/mpfr/mpfr-native_2.3.1.bb [moved from meta/packages/mpfr/mpfr-native_2.1.1.bb with 100% similarity]
meta/packages/mpfr/mpfr.inc [new file with mode: 0644]
meta/packages/mpfr/mpfr_2.1.1.bb [deleted file]
meta/packages/mpfr/mpfr_2.3.1.bb [new file with mode: 0644]

diff --git a/meta/packages/mpfr/mpfr.inc b/meta/packages/mpfr/mpfr.inc
new file mode 100644 (file)
index 0000000..cf898b6
--- /dev/null
@@ -0,0 +1,6 @@
+DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding"
+HOMEPAGE = "http://www.mpfr.org/"
+LICENSE = "LGPL"
+SECTION = "libs"
+
+inherit autotools
diff --git a/meta/packages/mpfr/mpfr_2.1.1.bb b/meta/packages/mpfr/mpfr_2.1.1.bb
deleted file mode 100644 (file)
index e0d1e9d..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding"
-LICENSE = "LGPL"
-SECTION = "libs"
-DEPENDS = "gmp"
-PR = "r2"
-
-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_HOST}${layout_prefix} \
-              bindir=${STAGING_BINDIR} \
-              includedir=${STAGING_INCDIR} \
-              libdir=${STAGING_LIBDIR} \
-              datadir=${STAGING_DATADIR} \
-              infodir=${STAGING_DIR_HOST}${layout_infodir}
-}
diff --git a/meta/packages/mpfr/mpfr_2.3.1.bb b/meta/packages/mpfr/mpfr_2.3.1.bb
new file mode 100644 (file)
index 0000000..869c422
--- /dev/null
@@ -0,0 +1,11 @@
+require mpfr.inc
+
+DEPENDS = "gmp"
+PR = "r1"
+
+SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
+S = "${WORKDIR}/mpfr-${PV}"
+
+do_stage() {
+       autotools_stage_all
+}