summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/mpfr/mpfr_3.1.0.bb
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-02-24 14:14:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-24 16:29:46 +0000
commitc867e31f7e3d23f0423029769770c495f26ee679 (patch)
tree036d7ed359aac272e62ca4d3e40f620e40ec5700 /meta/recipes-support/mpfr/mpfr_3.1.0.bb
parent7c46f0b1095bb4e9b38512714d2798a6c976c3eb (diff)
downloadpoky-c867e31f7e3d23f0423029769770c495f26ee679.tar.gz
mpfr: add patch to fix build for thumb
(From OE-Core rev: 68bc9416d9e4beb027133e151b1bb3ecadd2ee26) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/mpfr/mpfr_3.1.0.bb')
-rw-r--r--meta/recipes-support/mpfr/mpfr_3.1.0.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-support/mpfr/mpfr_3.1.0.bb b/meta/recipes-support/mpfr/mpfr_3.1.0.bb
index 8e67fc2f1d..102ec696dc 100644
--- a/meta/recipes-support/mpfr/mpfr_3.1.0.bb
+++ b/meta/recipes-support/mpfr/mpfr_3.1.0.bb
@@ -3,9 +3,11 @@ LICENSE="GPLv3&LGPLv3"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6" 4 file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6"
5DEPENDS = "gmp" 5DEPENDS = "gmp"
6PR = "r0" 6PR = "r1"
7 7
8SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" 8SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2 \
9 file://long-long-thumb.patch \
10"
9 11
10SRC_URI[md5sum] = "238ae4a15cc3a5049b723daef5d17938" 12SRC_URI[md5sum] = "238ae4a15cc3a5049b723daef5d17938"
11SRC_URI[sha256sum] = "74a7bbbad168dd1cc414f1c9210b8fc16ccfc8e422d34b3371a8978e31eab680" 13SRC_URI[sha256sum] = "74a7bbbad168dd1cc414f1c9210b8fc16ccfc8e422d34b3371a8978e31eab680"