aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mpfr/mpfr_2.3.1.bb
blob: db04ce002bb1d26a57726d0f50a5a48daafeb890 (plain)
1
2
3
4
5
6
7
8
9
10
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
}