summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/mpfr/mpfr_3.1.0.bb
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-05-02 13:49:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-25 11:17:56 +0100
commit05fe6c0ab908e5d471e45f8fa9e2bb881d745f1b (patch)
treeecce4b3135561bf09833577c9a9c614b2374f2de /meta/recipes-support/mpfr/mpfr_3.1.0.bb
parentfca50f021a818556ceaa20ce31199131dcdec83c (diff)
downloadpoky-05fe6c0ab908e5d471e45f8fa9e2bb881d745f1b.tar.gz
mpfr: fix build with automake 1.12
(From OE-Core rev: 000bfb7961ad106a93be8fc98118c533bd6b690d) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.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.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-support/mpfr/mpfr_3.1.0.bb b/meta/recipes-support/mpfr/mpfr_3.1.0.bb
index 102ec696dc..e7e20cefbc 100644
--- a/meta/recipes-support/mpfr/mpfr_3.1.0.bb
+++ b/meta/recipes-support/mpfr/mpfr_3.1.0.bb
@@ -3,11 +3,12 @@ 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 = "r1" 6PR = "r2"
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 \ 9 file://long-long-thumb.patch \
10" 10 file://mpfr_fix_for_automake-1.12.patch \
11 "
11 12
12SRC_URI[md5sum] = "238ae4a15cc3a5049b723daef5d17938" 13SRC_URI[md5sum] = "238ae4a15cc3a5049b723daef5d17938"
13SRC_URI[sha256sum] = "74a7bbbad168dd1cc414f1c9210b8fc16ccfc8e422d34b3371a8978e31eab680" 14SRC_URI[sha256sum] = "74a7bbbad168dd1cc414f1c9210b8fc16ccfc8e422d34b3371a8978e31eab680"