From aaff4e7a270cc9d502dd7d2e97c15e0172e28c9f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 11 Nov 2020 15:22:19 +0000 Subject: [PATCH] gmp: fix with new autoconf --- meta/recipes-support/gmp/gmp/email.patch | 12 ++++++++++++ meta/recipes-support/gmp/gmp_6.2.1.bb | 1 + 2 files changed, 13 insertions(+) create mode 100644 meta/recipes-support/gmp/gmp/email.patch diff --git a/meta/recipes-support/gmp/gmp/email.patch b/meta/recipes-support/gmp/gmp/email.patch new file mode 100644 index 0000000000..9fafe80f25 --- /dev/null +++ b/meta/recipes-support/gmp/gmp/email.patch @@ -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 + +--- 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) diff --git a/meta/recipes-support/gmp/gmp_6.2.1.bb b/meta/recipes-support/gmp/gmp_6.2.1.bb index 3c50f928ab..669919d82e 100644 --- a/meta/recipes-support/gmp/gmp_6.2.1.bb +++ b/meta/recipes-support/gmp/gmp_6.2.1.bb @@ -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" -- 2.40.1