diff options
Diffstat (limited to 'meta-oe/recipes-kernel/crash/crash.inc')
-rw-r--r-- | meta-oe/recipes-kernel/crash/crash.inc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/meta-oe/recipes-kernel/crash/crash.inc b/meta-oe/recipes-kernel/crash/crash.inc index 04318b1505..3c9a99ae4a 100644 --- a/meta-oe/recipes-kernel/crash/crash.inc +++ b/meta-oe/recipes-kernel/crash/crash.inc | |||
@@ -14,16 +14,21 @@ DEPENDS = "zlib readline coreutils-native ncurses-native" | |||
14 | 14 | ||
15 | INC_PR = "r1" | 15 | INC_PR = "r1" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | SRC_URI = "git://github.com/crash-utility/${BPN}.git;branch=master;protocol=https \ | 17 | SRC_URI = "git://github.com/crash-utility/${BPN}.git;branch=master;protocol=https \ |
19 | ${GNU_MIRROR}/gdb/gdb-10.2.tar.gz;name=gdb;subdir=git \ | 18 | ${GNU_MIRROR}/gdb/gdb-10.2.tar.gz;name=gdb;subdir=${BB_GIT_DEFAULT_DESTSUFFIX} \ |
20 | file://7001force_define_architecture.patch \ | 19 | file://7001force_define_architecture.patch \ |
21 | file://7003cross_ranlib.patch \ | 20 | file://7003cross_ranlib.patch \ |
22 | file://0001-cross_add_configure_option.patch \ | 21 | file://0001-cross_add_configure_option.patch \ |
23 | file://donnot-extract-gdb-during-do-compile.patch \ | 22 | file://donnot-extract-gdb-during-do-compile.patch \ |
24 | file://gdb_build_jobs_and_not_write_crash_target.patch \ | 23 | file://gdb_build_jobs_and_not_write_crash_target.patch \ |
24 | file://0001-symbol-fix-S-cannot-work-with-kaslr-detection.patch \ | ||
25 | file://0002-arm64-add-pac-mask-to-better-support-gdb-stack-unwin.patch \ | ||
26 | file://0003-Fix-build-failure-in-readline-lib.patch \ | ||
27 | file://0004-tools.c-do-not-use-keywords-nullptr-as-a-variable-in.patch \ | ||
28 | file://0005-Fix-build-failure-on-32bit-machine-i686.patch \ | ||
29 | file://0001-Use-CC-env-var-to-get-compiler-version.patch \ | ||
25 | " | 30 | " |
26 | SRCREV = "a6832f608cb5d473739cf33bbf84ab1df8d98fd5" | 31 | SRCREV = "f13853cef53f5c5463a51021edbc81977e2b1405" |
27 | 32 | ||
28 | SRC_URI[gdb.sha256sum] = "b33ad58d687487a821ec8d878daab0f716be60d0936f2e3ac5cf08419ce70350" | 33 | SRC_URI[gdb.sha256sum] = "b33ad58d687487a821ec8d878daab0f716be60d0936f2e3ac5cf08419ce70350" |
29 | 34 | ||