]> code.ossystems Code Review - openembedded-core.git/commitdiff
gmp: fix with new autoconf
authorRoss Burton <ross.burton@arm.com>
Wed, 11 Nov 2020 15:22:19 +0000 (15:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Feb 2021 21:46:04 +0000 (21:46 +0000)
meta/recipes-support/gmp/gmp/email.patch [new file with mode: 0644]
meta/recipes-support/gmp/gmp_6.2.1.bb

diff --git a/meta/recipes-support/gmp/gmp/email.patch b/meta/recipes-support/gmp/gmp/email.patch
new file mode 100644 (file)
index 0000000..9fafe80
--- /dev/null
@@ -0,0 +1,12 @@
+A comma in AC_INIT parameters isn't valid with autoconf 2.70.
+
+Upstream-Status: Pending
+Signed-off-by: Ross Burton <ross.burton@arm.com>
+
+--- a/configure.ac~    2020-11-11 12:56:07.000000000 +0000
++++ b/configure.ac     2020-11-11 15:17:54.308678232 +0000
+@@ -39,3 +39,3 @@
+ AC_PREREQ(2.59)
+-AC_INIT(GNU MP, GMP_VERSION, [gmp-bugs@gmplib.org, see https://gmplib.org/manual/Reporting-Bugs.html], gmp)
++AC_INIT(GNU MP, GMP_VERSION, [gmp-bugs@gmplib.org], gmp)
+ AC_CONFIG_SRCDIR(gmp-impl.h)
index 3c50f928ab75fc15edd6c1f7f02aca6e5c0c6901..669919d82e7a8936d48631490d7199404e714be0 100644 (file)
@@ -12,6 +12,7 @@ SRC_URI = "https://gmplib.org/download/${BPN}/${BP}${REVISION}.tar.bz2 \
            file://use-includedir.patch \
            file://0001-Append-the-user-provided-flags-to-the-auto-detected-.patch \
            file://0001-confiure.ac-Believe-the-cflags-from-environment.patch \
+           file://email.patch \
            "
 SRC_URI[md5sum] = "28971fc21cf028042d4897f02fd355ea"
 SRC_URI[sha256sum] = "eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c"