aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mpfr/mpfr_2.3.2.bb
blob: 0c6cc8914972e24263bc54f2951ab14d9c6e2ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}

SRC_URI[md5sum] = "527147c097874340cb9cee0579dacf3b"
SRC_URI[sha256sum] = "18e078c996e182b7ceab32f2ab840e6a151b593e0cd5b83cb9d2960f212fba4c"