diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-11-14 20:00:52 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-15 09:38:37 +0000 |
| commit | dececdc8e8bd2582bd44cc3011b1a72fa519d064 (patch) | |
| tree | 3cc9ea34fa36a259a500e0d3118e77144cf93c71 /meta/recipes-devtools/gdb/gdb.inc | |
| parent | 82e8c4105c8beac04e3c5769645f3cfccefb2dc6 (diff) | |
| download | poky-dececdc8e8bd2582bd44cc3011b1a72fa519d064.tar.gz | |
readline: update 8.1.2 -> 8.2
Replace configure-fix.patch with --with-shared-termcap-library
Backport a compatibility fix for gdb.
(From OE-Core rev: 72aea7be34cd88030283b989d5381a5fd944f53d)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc index 3b569fd40e..5a9fe271b9 100644 --- a/meta/recipes-devtools/gdb/gdb.inc +++ b/meta/recipes-devtools/gdb/gdb.inc | |||
| @@ -14,5 +14,6 @@ SRC_URI = "${GNU_MIRROR}/gdb/gdb-${PV}.tar.xz \ | |||
| 14 | file://0007-resolve-restrict-keyword-conflict.patch \ | 14 | file://0007-resolve-restrict-keyword-conflict.patch \ |
| 15 | file://0008-Fix-invalid-sigprocmask-call.patch \ | 15 | file://0008-Fix-invalid-sigprocmask-call.patch \ |
| 16 | file://0009-gdbserver-ctrl-c-handling.patch \ | 16 | file://0009-gdbserver-ctrl-c-handling.patch \ |
| 17 | file://readline-8.2.patch \ | ||
| 17 | " | 18 | " |
| 18 | SRC_URI[sha256sum] = "0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed" | 19 | SRC_URI[sha256sum] = "0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed" |
