aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mpfr/mpfr_2.3.1.bb
blob: 5e415a1a0be13338b4c528fa95a8608a84cab493 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require mpfr.inc

DEPENDS = "gmp"
PR = "r1"

SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2 \
           file://long-long-thumb.patch;patch=1 \
	   file://dont_use_mips_h_constraint.patch;patch=1 \
	  "
S = "${WORKDIR}/mpfr-${PV}"

do_stage() {
	autotools_stage_all
}