summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/mpfr
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-02 20:37:08 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-07 11:09:42 +0000
commit0f2614bab7f46f0417030a539473a874fc2b805d (patch)
tree4a6cf7d3640f6a8ee07b8340c3a675182e2e9981 /meta/recipes-support/mpfr
parent35f0d0a84a2060621eab776e39cb883473eec9b7 (diff)
downloadpoky-0f2614bab7f46f0417030a539473a874fc2b805d.tar.gz
mpfr: update to upstream version 3.1.1
mpfr_fix_for_automake-1.12.patch part of upstream now. (From OE-Core rev: 49dd3fb76c59b5baeec4820575db4e8e9c17d417) Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/mpfr')
-rw-r--r--meta/recipes-support/mpfr/mpfr-3.1.0/mpfr_fix_for_automake-1.12.patch35
-rw-r--r--meta/recipes-support/mpfr/mpfr-3.1.1/long-long-thumb.patch (renamed from meta/recipes-support/mpfr/mpfr-3.1.0/long-long-thumb.patch)0
-rw-r--r--meta/recipes-support/mpfr/mpfr_3.1.1.bb (renamed from meta/recipes-support/mpfr/mpfr_3.1.0.bb)7
3 files changed, 3 insertions, 39 deletions
diff --git a/meta/recipes-support/mpfr/mpfr-3.1.0/mpfr_fix_for_automake-1.12.patch b/meta/recipes-support/mpfr/mpfr-3.1.0/mpfr_fix_for_automake-1.12.patch
deleted file mode 100644
index 5b0a24aa3e..0000000000
--- a/meta/recipes-support/mpfr/mpfr-3.1.0/mpfr_fix_for_automake-1.12.patch
+++ /dev/null
@@ -1,35 +0,0 @@
1Upstream-Status: Pending
2
3this patch avoids these issues with automake 1.12
4
5| configure.ac:304: error: automatic de-ANSI-fication support has been removed
6| tests/Makefile.am:12: error: automatic de-ANSI-fication support has been removed
7
8Signed-Off-By: Nitin A Kamble <nitin.a.kamble@.intel.com>
92012/05/02
10
11Index: mpfr-3.1.0/configure.ac
12===================================================================
13--- mpfr-3.1.0.orig/configure.ac
14+++ mpfr-3.1.0/configure.ac
15@@ -301,7 +301,6 @@ if test "$test_CFLAGS" != set && test -n
16 fi
17
18 AM_PROG_CC_C_O
19-AM_C_PROTOTYPES
20
21 case $host in
22 *-apple-darwin*)
23Index: mpfr-3.1.0/tests/Makefile.am
24===================================================================
25--- mpfr-3.1.0.orig/tests/Makefile.am
26+++ mpfr-3.1.0/tests/Makefile.am
27@@ -9,7 +9,7 @@
28 # PARTICULAR PURPOSE.
29
30
31-AUTOMAKE_OPTIONS = 1.6 gnu $(top_builddir)/ansi2knr
32+AUTOMAKE_OPTIONS = 1.6 gnu
33
34 # tversion is run
35 # * at the beginning so that the user gets a possible version error
diff --git a/meta/recipes-support/mpfr/mpfr-3.1.0/long-long-thumb.patch b/meta/recipes-support/mpfr/mpfr-3.1.1/long-long-thumb.patch
index ca7100eb29..ca7100eb29 100644
--- a/meta/recipes-support/mpfr/mpfr-3.1.0/long-long-thumb.patch
+++ b/meta/recipes-support/mpfr/mpfr-3.1.1/long-long-thumb.patch
diff --git a/meta/recipes-support/mpfr/mpfr_3.1.0.bb b/meta/recipes-support/mpfr/mpfr_3.1.1.bb
index e7e20cefbc..7f34e7141b 100644
--- a/meta/recipes-support/mpfr/mpfr_3.1.0.bb
+++ b/meta/recipes-support/mpfr/mpfr_3.1.1.bb
@@ -3,15 +3,14 @@ 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 = "r2" 6PR = "r0"
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 file://mpfr_fix_for_automake-1.12.patch \
11 " 10 "
12 11
13SRC_URI[md5sum] = "238ae4a15cc3a5049b723daef5d17938" 12SRC_URI[md5sum] = "e90e0075bb1b5f626c6e31aaa9c64e3b"
14SRC_URI[sha256sum] = "74a7bbbad168dd1cc414f1c9210b8fc16ccfc8e422d34b3371a8978e31eab680" 13SRC_URI[sha256sum] = "7b66c3f13dc8385f08264c805853f3e1a8eedab8071d582f3e661971c9acd5fd"
15S = "${WORKDIR}/mpfr-${PV}" 14S = "${WORKDIR}/mpfr-${PV}"
16 15
17BBCLASSEXTEND = "native nativesdk" 16BBCLASSEXTEND = "native nativesdk"