summaryrefslogtreecommitdiffstats
path: root/recipes/mpfr/mpfr_2.3.2.bb
blob: 2d8cc960f7d420603923be6267eac16892589802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require mpfr.inc

DEPENDS = "gmp"
PR = "r0"
DEFAULT_PREFERENCE = "-1"

SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
S = "${WORKDIR}/mpfr-${PV}"

do_stage() {
	autotools_stage_all
}