diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-11-12 10:55:50 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-03 09:26:38 +0000 |
commit | 5809c8fc85f3ead43ec7c2c7f1186ddbd04719b3 (patch) | |
tree | 6fde9627b7b26fd422318f741e6a7d4672eae4b7 /meta | |
parent | 43c16984656bf51e1acfc7d1abd87cf883c7485b (diff) | |
download | poky-5809c8fc85f3ead43ec7c2c7f1186ddbd04719b3.tar.gz |
gdb: Upgrade to 8.0.1
Minor bugfix release, details are here
https://sourceware.org/ml/gdb-announce/2017/msg00004.html
(From OE-Core rev: 9339724de14c8bfc1baa71e4ed687410aed1a812)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-8.0.1.inc (renamed from meta/recipes-devtools/gdb/gdb-8.0.inc) | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.1.bb (renamed from meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-cross_8.0.1.bb (renamed from meta/recipes-devtools/gdb/gdb-cross_8.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/gdb/gdb_8.0.1.bb (renamed from meta/recipes-devtools/gdb/gdb_8.0.bb) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-8.0.inc b/meta/recipes-devtools/gdb/gdb-8.0.1.inc index fba32ce12c..04a1c809db 100644 --- a/meta/recipes-devtools/gdb/gdb-8.0.inc +++ b/meta/recipes-devtools/gdb/gdb-8.0.1.inc | |||
@@ -17,6 +17,6 @@ SRC_URI = "http://ftp.gnu.org/gnu/gdb/gdb-${PV}.tar.xz \ | |||
17 | file://0010-resolve-restrict-keyword-conflict.patch \ | 17 | file://0010-resolve-restrict-keyword-conflict.patch \ |
18 | file://package_devel_gdb_patches_120-sigprocmask-invalid-call.patch \ | 18 | file://package_devel_gdb_patches_120-sigprocmask-invalid-call.patch \ |
19 | " | 19 | " |
20 | SRC_URI[md5sum] = "c3d35cd949084be53b92cc1e03485f88" | 20 | SRC_URI[md5sum] = "48cac527e6f3018b865ece021e9723ac" |
21 | SRC_URI[sha256sum] = "f6a24ffe4917e67014ef9273eb8b547cb96a13e5ca74895b06d683b391f3f4ee" | 21 | SRC_URI[sha256sum] = "3dbd5f93e36ba2815ad0efab030dcd0c7b211d7b353a40a53f4c02d7d56295e3" |
22 | 22 | ||
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.1.bb index 301035940c..301035940c 100644 --- a/meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.bb +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian_8.0.1.bb | |||
diff --git a/meta/recipes-devtools/gdb/gdb-cross_8.0.bb b/meta/recipes-devtools/gdb/gdb-cross_8.0.1.bb index 50cf159fdb..50cf159fdb 100644 --- a/meta/recipes-devtools/gdb/gdb-cross_8.0.bb +++ b/meta/recipes-devtools/gdb/gdb-cross_8.0.1.bb | |||
diff --git a/meta/recipes-devtools/gdb/gdb_8.0.bb b/meta/recipes-devtools/gdb/gdb_8.0.1.bb index ea8fef122c..ea8fef122c 100644 --- a/meta/recipes-devtools/gdb/gdb_8.0.bb +++ b/meta/recipes-devtools/gdb/gdb_8.0.1.bb | |||