[oe-commits] : mpfr: update backport from .dev

OE GIT Trial gittrial at amethyst.openembedded.net
Thu Sep 18 12:59:57 UTC 2008


Module: OE.dev
Branch: org.openembedded.dreambox
Commit: 39e6935bfa367715d3d77e1b5f5f666a78f19f1d
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=39e6935bfa367715d3d77e1b5f5f666a78f19f1d

Author:  <tmbinc at openembedded.org>
Date:   Thu Sep 18 12:48:51 2008 +0000

mpfr: update backport from .dev

---

 packages/mpfr/mpfr-native_2.3.1.bb |    4 ++++
 packages/mpfr/mpfr.inc             |    6 ++++++
 packages/mpfr/mpfr_2.3.1.bb        |   11 +++++++++++
 3 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/packages/mpfr/mpfr-native_2.3.1.bb b/packages/mpfr/mpfr-native_2.3.1.bb
new file mode 100644
index 0000000..01ba37c
--- /dev/null
+++ b/packages/mpfr/mpfr-native_2.3.1.bb
@@ -0,0 +1,4 @@
+require mpfr_${PV}.bb
+inherit native
+DEPENDS = "gmp-native"
+
diff --git a/packages/mpfr/mpfr.inc b/packages/mpfr/mpfr.inc
new file mode 100644
index 0000000..cf898b6
--- /dev/null
+++ b/packages/mpfr/mpfr.inc
@@ -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/packages/mpfr/mpfr_2.3.1.bb b/packages/mpfr/mpfr_2.3.1.bb
new file mode 100644
index 0000000..db04ce0
--- /dev/null
+++ b/packages/mpfr/mpfr_2.3.1.bb
@@ -0,0 +1,11 @@
+require mpfr.inc
+
+DEPENDS = "gmp"
+PR = "r0"
+
+SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
+S = "${WORKDIR}/mpfr-${PV}"
+
+do_stage() {
+	autotools_stage_all
+}





More information about the Openembedded-commits mailing list