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