diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-03-10 14:15:36 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-03-09 23:45:17 -0800 |
| commit | 85587d42a2ae6562ab2f695fec4107a8c2ce52a8 (patch) | |
| tree | 5fb72cca2c03d27ae69ba983d35ccb811a3b7740 | |
| parent | d1f16573c994bb7fb44bdcdb364a7d99bffcf53f (diff) | |
| download | meta-openembedded-85587d42a2ae6562ab2f695fec4107a8c2ce52a8.tar.gz | |
satyr: upgrade 0.40 -> 0.42
Changelog:
=========
Find crash thread before stacktrace is normalized
Normalize both gdb stacktrace and the crash frame (rhbz#2168223)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/satyr/satyr_0.42.bb (renamed from meta-oe/recipes-support/satyr/satyr_0.40.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/satyr/satyr_0.40.bb b/meta-oe/recipes-support/satyr/satyr_0.42.bb index 1ce28f1f04..62cdad6fb0 100644 --- a/meta-oe/recipes-support/satyr/satyr_0.40.bb +++ b/meta-oe/recipes-support/satyr/satyr_0.42.bb | |||
| @@ -10,7 +10,7 @@ inherit autotools-brokensep python3native python3targetconfig pkgconfig | |||
| 10 | SRC_URI = "git://github.com/abrt/satyr.git;branch=master;protocol=https \ | 10 | SRC_URI = "git://github.com/abrt/satyr.git;branch=master;protocol=https \ |
| 11 | file://0002-fix-compile-failure-against-musl-C-library.patch \ | 11 | file://0002-fix-compile-failure-against-musl-C-library.patch \ |
| 12 | " | 12 | " |
| 13 | SRCREV = "61addf12d15ef9d0bff5e3cc26e08d08a4f88094" | 13 | SRCREV = "23483cebb238df86cda8b6529e3c58080dc2029d" |
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 16 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
