aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mpfr/mpfr_3.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mpfr/mpfr_3.0.0.bb')
-rw-r--r--recipes/mpfr/mpfr_3.0.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/mpfr/mpfr_3.0.0.bb b/recipes/mpfr/mpfr_3.0.0.bb
index 0dacb1eefb..c5100d6879 100644
--- a/recipes/mpfr/mpfr_3.0.0.bb
+++ b/recipes/mpfr/mpfr_3.0.0.bb
@@ -3,10 +3,10 @@ require mpfr.inc
DEPENDS = "gmp"
S = "${WORKDIR}/mpfr-${PV}"
NATIVE_INSTALL_WORKS = "1"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2 \
- file://p3.patch"
+ file://p4.patch"
# fix build in thumb mode for armv4t
SRC_URI_append_thumb = " file://long-long-thumb.patch"