diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-06-14 11:28:42 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-17 11:50:57 +0100 |
| commit | 5c6419bec687a6bbdf48c019ae1b75cfdbdb7b3c (patch) | |
| tree | c1234ef810c4f452a1d059d1e824e26b46b821c5 /meta/recipes-devtools/gdb/gdb.inc | |
| parent | ec7983a81272c3030d819e1d6a2f31d3b028ffe0 (diff) | |
| download | poky-5c6419bec687a6bbdf48c019ae1b75cfdbdb7b3c.tar.gz | |
gdb: upgrade 13.1 -> 13.2
(From OE-Core rev: d10764916624f61d39cb9ea368359837156ad960)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb.inc')
| -rw-r--r-- | meta/recipes-devtools/gdb/gdb.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc index 8589de62ff..e986b1a1f9 100644 --- a/meta/recipes-devtools/gdb/gdb.inc +++ b/meta/recipes-devtools/gdb/gdb.inc | |||
| @@ -13,10 +13,8 @@ SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.xz \ | |||
| 13 | file://0006-resolve-restrict-keyword-conflict.patch \ | 13 | file://0006-resolve-restrict-keyword-conflict.patch \ |
| 14 | file://0007-Fix-invalid-sigprocmask-call.patch \ | 14 | file://0007-Fix-invalid-sigprocmask-call.patch \ |
| 15 | file://0008-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \ | 15 | file://0008-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch \ |
| 16 | file://0009-gdbserver-linux-low.cc-Fix-a-typo-in-ternary-operato.patch \ | ||
| 17 | file://add-missing-ldflags.patch \ | 16 | file://add-missing-ldflags.patch \ |
| 18 | file://0001-aarch64-Check-for-valid-inferior-thread-regcache-bef.patch \ | ||
| 19 | " | 17 | " |
| 20 | SRC_URI[sha256sum] = "115ad5c18d69a6be2ab15882d365dda2a2211c14f480b3502c6eba576e2e95a0" | 18 | SRC_URI[sha256sum] = "fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a" |
| 21 | 19 | ||
| 22 | TOOLCHAIN = "gcc" | 20 | TOOLCHAIN = "gcc" |
