diff options
Diffstat (limited to 'recipes/mpfr/mpfr_2.3.1.bb')
-rw-r--r-- | recipes/mpfr/mpfr_2.3.1.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/mpfr/mpfr_2.3.1.bb b/recipes/mpfr/mpfr_2.3.1.bb index 8da9c0e37f..5e415a1a0b 100644 --- a/recipes/mpfr/mpfr_2.3.1.bb +++ b/recipes/mpfr/mpfr_2.3.1.bb @@ -1,10 +1,12 @@ require mpfr.inc DEPENDS = "gmp" -PR = "r0" +PR = "r1" SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2 \ - file://long-long-thumb.patch;patch=1" + file://long-long-thumb.patch;patch=1 \ + file://dont_use_mips_h_constraint.patch;patch=1 \ + " S = "${WORKDIR}/mpfr-${PV}" do_stage() { |