diff options
author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-11-20 23:45:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-24 10:27:45 +0000 |
commit | e97bb4e5481d9a4b15879fb5c55686391d4d34a6 (patch) | |
tree | 751929b89239749d7382c6eeed5c6dc3a0b6a110 /meta/recipes-support/gmp | |
parent | af3208397c9542a04e80d16493764f4426b5c7d9 (diff) | |
download | poky-e97bb4e5481d9a4b15879fb5c55686391d4d34a6.tar.gz |
gmp: upgrade 6.2.0 -> 6.2.1
(From OE-Core rev: 125d0b1e1213398f468400c82f6c0f0835629274)
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gmp')
-rw-r--r-- | meta/recipes-support/gmp/gmp_6.2.1.bb (renamed from meta/recipes-support/gmp/gmp_6.2.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/gmp/gmp_6.2.0.bb b/meta/recipes-support/gmp/gmp_6.2.1.bb index a19c74fca8..3c50f928ab 100644 --- a/meta/recipes-support/gmp/gmp_6.2.0.bb +++ b/meta/recipes-support/gmp/gmp_6.2.1.bb | |||
@@ -13,8 +13,8 @@ SRC_URI = "https://gmplib.org/download/${BPN}/${BP}${REVISION}.tar.bz2 \ | |||
13 | file://0001-Append-the-user-provided-flags-to-the-auto-detected-.patch \ | 13 | file://0001-Append-the-user-provided-flags-to-the-auto-detected-.patch \ |
14 | file://0001-confiure.ac-Believe-the-cflags-from-environment.patch \ | 14 | file://0001-confiure.ac-Believe-the-cflags-from-environment.patch \ |
15 | " | 15 | " |
16 | SRC_URI[md5sum] = "c24161e0dd44cae78cd5f67193492a21" | 16 | SRC_URI[md5sum] = "28971fc21cf028042d4897f02fd355ea" |
17 | SRC_URI[sha256sum] = "f51c99cb114deb21a60075ffb494c1a210eb9d7cb729ed042ddb7de9534451ea" | 17 | SRC_URI[sha256sum] = "eae9326beb4158c386e39a356818031bd28f3124cf915f8c5b1dc4c7a36b4d7c" |
18 | 18 | ||
19 | acpaths = "" | 19 | acpaths = "" |
20 | 20 | ||