diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-02-24 14:14:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-24 16:18:11 +0000 |
commit | 68bc9416d9e4beb027133e151b1bb3ecadd2ee26 (patch) | |
tree | db3c69ad05921af24680d2ae8171e2bc7b5db25f /meta/recipes-support/mpfr/mpfr_3.1.0.bb | |
parent | 9f6b9d7d0402b883fc3ad3cdead40e838ce31a27 (diff) | |
download | openembedded-core-68bc9416d9e4beb027133e151b1bb3ecadd2ee26.tar.gz openembedded-core-68bc9416d9e4beb027133e151b1bb3ecadd2ee26.tar.bz2 openembedded-core-68bc9416d9e4beb027133e151b1bb3ecadd2ee26.zip |
mpfr: add patch to fix build for thumb
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.bb | 6 |
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" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6" DEPENDS = "gmp" -PR = "r0" +PR = "r1" -SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2" +SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2 \ + file://long-long-thumb.patch \ +" SRC_URI[md5sum] = "238ae4a15cc3a5049b723daef5d17938" SRC_URI[sha256sum] = "74a7bbbad168dd1cc414f1c9210b8fc16ccfc8e422d34b3371a8978e31eab680" |