aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mpfr/mpfr_2.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mpfr/mpfr_2.3.1.bb')
-rw-r--r--recipes/mpfr/mpfr_2.3.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/mpfr/mpfr_2.3.1.bb b/recipes/mpfr/mpfr_2.3.1.bb
new file mode 100644
index 0000000000..8da9c0e37f
--- /dev/null
+++ b/recipes/mpfr/mpfr_2.3.1.bb
@@ -0,0 +1,12 @@
+require mpfr.inc
+
+DEPENDS = "gmp"
+PR = "r0"
+
+SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2 \
+ file://long-long-thumb.patch;patch=1"
+S = "${WORKDIR}/mpfr-${PV}"
+
+do_stage() {
+ autotools_stage_all
+}