summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-02-13 10:00:12 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-23 12:49:49 -0800
commit30bcc8c2662d70fe8e6ca0152538591ff3ecd1ea (patch)
treecad166a2e96337cdf315921622e23f6597bd6ef3 /meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch
parent930b6d4ddbfadbc4e24a840529f5aca6c1a5a09d (diff)
downloadpoky-30bcc8c2662d70fe8e6ca0152538591ff3ecd1ea.tar.gz
gmp: Update to 6.1.2
(From OE-Core rev: a341bc666c6d25741bbe879ccf0ade8da6ba4373) (From OE-Core rev: ba962c8cd4f39f72028662db4cb8505befe64206) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch')
-rw-r--r--meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch b/meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch
deleted file mode 100644
index 74904a2530..0000000000
--- a/meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Upstream-Status: Pending
2
3Index: gmp-4.2.4/Makefile.am
4===================================================================
5--- gmp-4.2.4.orig/Makefile.am 2008-09-10 19:31:27.000000000 +0000
6+++ gmp-4.2.4/Makefile.am 2009-07-06 20:19:19.000000000 +0000
7@@ -106,7 +106,7 @@
8 # but anyone knowledgable enough to be playing with exec_prefix will be able
9 # to address that.
10 #
11-includeexecdir = $(exec_prefix)/include
12+includeexecdir = $(includedir)
13 include_HEADERS = $(GMPXX_HEADERS_OPTION)
14 nodist_includeexec_HEADERS = gmp.h $(MPBSD_HEADERS_OPTION)
15 lib_LTLIBRARIES = libgmp.la $(GMPXX_LTLIBRARIES_OPTION) $(MPBSD_LTLIBRARIES_OPTION)