diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-19 08:15:45 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-19 08:15:45 -0800 |
commit | c313ecd0f15e2f2f0ed13998c0daf2d574247988 (patch) | |
tree | 2a4a266780dece0de5dae00917961ae618dbb2c9 /recipes/mpfr/mpfr_2.3.1.bb | |
parent | b567a03adbbaf59f064cf8f952d2430c3eadc66d (diff) |
mpfr_2.3.1.bb: Dont use 'h' asm constraint on mips.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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() { |