summaryrefslogtreecommitdiffstats
path: root/meta/packages/mpfr/mpfr_2.3.1.bb
blob: 515d014a6c5d06b3916c5eb11a87e8bc9033daff (plain)
1
2
3
4
5
6
7
8
9
require mpfr.inc

DEPENDS = "gmp"
PR = "r1"

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

BBCLASSEXTEND = "native nativesdk"