diff options
author | Phil Blundell <philb@gnu.org> | 2008-10-27 22:26:35 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2008-10-27 22:26:35 +0000 |
commit | 84021b1e236508169be65e802a9c0a25fc9a8827 (patch) | |
tree | ba462971b9fe0ca97f0029a63fa9a17e78a81d50 /packages/mpfr/mpfr_2.3.1.bb | |
parent | 859ecccee890787b33bda996de76589b509178a3 (diff) |
mpfr: crusade against inline assembler
Diffstat (limited to 'packages/mpfr/mpfr_2.3.1.bb')
-rw-r--r-- | packages/mpfr/mpfr_2.3.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/mpfr/mpfr_2.3.1.bb b/packages/mpfr/mpfr_2.3.1.bb index db04ce002b..8da9c0e37f 100644 --- a/packages/mpfr/mpfr_2.3.1.bb +++ b/packages/mpfr/mpfr_2.3.1.bb @@ -3,7 +3,8 @@ require mpfr.inc DEPENDS = "gmp" PR = "r0" -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;patch=1" S = "${WORKDIR}/mpfr-${PV}" do_stage() { |