diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-02-13 10:00:12 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:49:49 -0800 |
commit | 30bcc8c2662d70fe8e6ca0152538591ff3ecd1ea (patch) | |
tree | cad166a2e96337cdf315921622e23f6597bd6ef3 /meta | |
parent | 930b6d4ddbfadbc4e24a840529f5aca6c1a5a09d (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/gmp/gmp-6.1.2/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch (renamed from meta/recipes-support/gmp/gmp-6.1.1/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp-6.1.2/0001-confiure.ac-Believe-the-cflags-from-environment.patch (renamed from meta/recipes-support/gmp/gmp-6.1.1/0001-confiure.ac-Believe-the-cflags-from-environment.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp-6.1.2/amd64.patch (renamed from meta/recipes-support/gmp/gmp-6.1.1/amd64.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp-6.1.2/use-includedir.patch (renamed from meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp_6.1.2.bb (renamed from meta/recipes-support/gmp/gmp_6.1.1.bb) | 5 |
5 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/gmp/gmp-6.1.1/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch b/meta/recipes-support/gmp/gmp-6.1.2/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch index 325ffe491f..325ffe491f 100644 --- a/meta/recipes-support/gmp/gmp-6.1.1/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch +++ b/meta/recipes-support/gmp/gmp-6.1.2/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch | |||
diff --git a/meta/recipes-support/gmp/gmp-6.1.1/0001-confiure.ac-Believe-the-cflags-from-environment.patch b/meta/recipes-support/gmp/gmp-6.1.2/0001-confiure.ac-Believe-the-cflags-from-environment.patch index 665367658b..665367658b 100644 --- a/meta/recipes-support/gmp/gmp-6.1.1/0001-confiure.ac-Believe-the-cflags-from-environment.patch +++ b/meta/recipes-support/gmp/gmp-6.1.2/0001-confiure.ac-Believe-the-cflags-from-environment.patch | |||
diff --git a/meta/recipes-support/gmp/gmp-6.1.1/amd64.patch b/meta/recipes-support/gmp/gmp-6.1.2/amd64.patch index 564d12d42b..564d12d42b 100644 --- a/meta/recipes-support/gmp/gmp-6.1.1/amd64.patch +++ b/meta/recipes-support/gmp/gmp-6.1.2/amd64.patch | |||
diff --git a/meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch b/meta/recipes-support/gmp/gmp-6.1.2/use-includedir.patch index 74904a2530..74904a2530 100644 --- a/meta/recipes-support/gmp/gmp-6.1.1/use-includedir.patch +++ b/meta/recipes-support/gmp/gmp-6.1.2/use-includedir.patch | |||
diff --git a/meta/recipes-support/gmp/gmp_6.1.1.bb b/meta/recipes-support/gmp/gmp_6.1.2.bb index 614d21ab7d..5e65075585 100644 --- a/meta/recipes-support/gmp/gmp_6.1.1.bb +++ b/meta/recipes-support/gmp/gmp_6.1.2.bb | |||
@@ -14,9 +14,8 @@ SRC_URI = "https://gmplib.org/download/${BPN}/${BP}${REVISION}.tar.bz2 \ | |||
14 | file://0001-Append-the-user-provided-flags-to-the-auto-detected-.patch \ | 14 | file://0001-Append-the-user-provided-flags-to-the-auto-detected-.patch \ |
15 | file://0001-confiure.ac-Believe-the-cflags-from-environment.patch \ | 15 | file://0001-confiure.ac-Believe-the-cflags-from-environment.patch \ |
16 | " | 16 | " |
17 | 17 | SRC_URI[md5sum] = "8ddbb26dc3bd4e2302984debba1406a5" | |
18 | SRC_URI[md5sum] = "4c175f86e11eb32d8bf9872ca3a8e11d" | 18 | SRC_URI[sha256sum] = "5275bb04f4863a13516b2f39392ac5e272f5e1bb8057b18aec1c9b79d73d8fb2" |
19 | SRC_URI[sha256sum] = "a8109865f2893f1373b0a8ed5ff7429de8db696fc451b1036bd7bdf95bbeffd6" | ||
20 | 19 | ||
21 | acpaths = "" | 20 | acpaths = "" |
22 | 21 | ||