increase dvbapp PR
[vuplus_openembedded] / recipes / mpfr / mpfr_2.3.2.bb
1 require mpfr.inc
2
3 DEPENDS = "gmp"
4 PR = "r0"
5 DEFAULT_PREFERENCE = "-1"
6
7 SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
8 S = "${WORKDIR}/mpfr-${PV}"
9
10 do_stage() {
11         autotools_stage_all
12 }