From: Marko Lindqvist <cazfi74@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/3] mpfr: update to upstream version 3.1.1
Date: Wed, 2 Jan 2013 20:37:08 +0200 [thread overview]
Message-ID: <1357151830-23755-2-git-send-email-cazfi74@gmail.com> (raw)
In-Reply-To: <1357151830-23755-1-git-send-email-cazfi74@gmail.com>
mpfr_fix_for_automake-1.12.patch part of upstream now.
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
.../mpfr-3.1.0/mpfr_fix_for_automake-1.12.patch | 35 --------------------
.../long-long-thumb.patch | 0
.../mpfr/{mpfr_3.1.0.bb => mpfr_3.1.1.bb} | 7 ++--
3 files changed, 3 insertions(+), 39 deletions(-)
delete mode 100644 meta/recipes-support/mpfr/mpfr-3.1.0/mpfr_fix_for_automake-1.12.patch
rename meta/recipes-support/mpfr/{mpfr-3.1.0 => mpfr-3.1.1}/long-long-thumb.patch (100%)
rename meta/recipes-support/mpfr/{mpfr_3.1.0.bb => mpfr_3.1.1.bb} (65%)
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 5b0a24a..0000000
--- a/meta/recipes-support/mpfr/mpfr-3.1.0/mpfr_fix_for_automake-1.12.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Upstream-Status: Pending
-
-this patch avoids these issues with automake 1.12
-
-| configure.ac:304: error: automatic de-ANSI-fication support has been removed
-| tests/Makefile.am:12: error: automatic de-ANSI-fication support has been removed
-
-Signed-Off-By: Nitin A Kamble <nitin.a.kamble@.intel.com>
-2012/05/02
-
-Index: mpfr-3.1.0/configure.ac
-===================================================================
---- mpfr-3.1.0.orig/configure.ac
-+++ mpfr-3.1.0/configure.ac
-@@ -301,7 +301,6 @@ if test "$test_CFLAGS" != set && test -n
- fi
-
- AM_PROG_CC_C_O
--AM_C_PROTOTYPES
-
- case $host in
- *-apple-darwin*)
-Index: mpfr-3.1.0/tests/Makefile.am
-===================================================================
---- mpfr-3.1.0.orig/tests/Makefile.am
-+++ mpfr-3.1.0/tests/Makefile.am
-@@ -9,7 +9,7 @@
- # PARTICULAR PURPOSE.
-
-
--AUTOMAKE_OPTIONS = 1.6 gnu $(top_builddir)/ansi2knr
-+AUTOMAKE_OPTIONS = 1.6 gnu
-
- # tversion is run
- # * 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
similarity index 100%
rename from meta/recipes-support/mpfr/mpfr-3.1.0/long-long-thumb.patch
rename to 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
similarity index 65%
rename from meta/recipes-support/mpfr/mpfr_3.1.0.bb
rename to meta/recipes-support/mpfr/mpfr_3.1.1.bb
index e7e20ce..7f34e71 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"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6"
DEPENDS = "gmp"
-PR = "r2"
+PR = "r0"
SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2 \
file://long-long-thumb.patch \
- file://mpfr_fix_for_automake-1.12.patch \
"
-SRC_URI[md5sum] = "238ae4a15cc3a5049b723daef5d17938"
-SRC_URI[sha256sum] = "74a7bbbad168dd1cc414f1c9210b8fc16ccfc8e422d34b3371a8978e31eab680"
+SRC_URI[md5sum] = "e90e0075bb1b5f626c6e31aaa9c64e3b"
+SRC_URI[sha256sum] = "7b66c3f13dc8385f08264c805853f3e1a8eedab8071d582f3e661971c9acd5fd"
S = "${WORKDIR}/mpfr-${PV}"
BBCLASSEXTEND = "native nativesdk"
--
1.7.10.4
next prev parent reply other threads:[~2013-01-02 18:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-02 18:37 mpfr & gmp updates Marko Lindqvist
2013-01-02 18:37 ` Marko Lindqvist [this message]
2013-01-02 18:37 ` [PATCH 2/3] gmp: update SRC_URI and HOMEPAGE Marko Lindqvist
2013-01-02 18:37 ` [PATCH 3/3] gmp: update to upstream version 5.1.0 Marko Lindqvist
2013-01-08 9:07 ` Marcin Juszkiewicz
2013-01-08 10:37 ` [PATCH] gmp: add patch from upstream to unbreak AArch64 Marcin Juszkiewicz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1357151830-23755-2-git-send-email-cazfi74@gmail.com \
--to=cazfi74@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox