summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gmp')
-rw-r--r--meta/recipes-support/gmp/gmp-5.1.0/obsolete_automake_macros.patch13
-rw-r--r--meta/recipes-support/gmp/gmp_5.1.0.bb3
2 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-support/gmp/gmp-5.1.0/obsolete_automake_macros.patch b/meta/recipes-support/gmp/gmp-5.1.0/obsolete_automake_macros.patch
new file mode 100644
index 0000000000..adff6ca19c
--- /dev/null
+++ b/meta/recipes-support/gmp/gmp-5.1.0/obsolete_automake_macros.patch
@@ -0,0 +1,13 @@
1Upstream-Status: Accepted
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd gmp-5.1.0/configure.in gmp-5.1.0/configure.in
5--- gmp-5.1.0/configure.in 2012-12-18 21:05:09.000000000 +0200
6+++ gmp-5.1.0/configure.in 2013-01-02 06:00:41.552958778 +0200
7@@ -67,7 +67,7 @@
8 dnl so update there too if changing anything.
9 dnl
10 AM_INIT_AUTOMAKE([1.8 gnu no-dependencies])
11-AM_CONFIG_HEADER(config.h:config.in)
12+AC_CONFIG_HEADERS(config.h:config.in)
13 AM_MAINTAINER_MODE
diff --git a/meta/recipes-support/gmp/gmp_5.1.0.bb b/meta/recipes-support/gmp/gmp_5.1.0.bb
index eb5ef33ddf..6591ebe80b 100644
--- a/meta/recipes-support/gmp/gmp_5.1.0.bb
+++ b/meta/recipes-support/gmp/gmp_5.1.0.bb
@@ -3,9 +3,12 @@ LICENSE="LGPLv3&GPLv3"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790" 4 file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790"
5 5
6PR = "r1"
7
6SRC_URI_append = " file://use-includedir.patch \ 8SRC_URI_append = " file://use-includedir.patch \
7 file://gmp_fix_for_x32.patch \ 9 file://gmp_fix_for_x32.patch \
8 file://187b7b1646ee.patch \ 10 file://187b7b1646ee.patch \
11 file://obsolete_automake_macros.patch \
9 " 12 "
10 13
11SRC_URI[md5sum] = "362cf515aff8dc240958ce47418e4c78" 14SRC_URI[md5sum] = "362cf515aff8dc240958ce47418e4c78"