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

DEPENDS = "gmp"
PR = "r1"

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

SRC_URI[md5sum] = "8352b619e04dcc73411a38b39dd855f6"
SRC_URI[sha256sum] = "d857f9df4a6cf50d0bc57dd11296dd1a8d1ac709442875ea4fcd757a89da8430"