mirror of
https://git.yoctoproject.org/poky
synced 2026-02-07 01:06:37 +01:00
- Drop backport CVE patches 0001-libdwfl-Sanity-check-partial-core-file-data-reads.patch 0001-size-Handle-recursive-ELF-ar-files.patch 0001-arlib-Check-that-sh_entsize-isn-t-zero.patch - Drop patches that upstream has fixed 0005-fix-a-stack-usage-warning.patch [9a74c19 backends: ppc use define instead of const for size of dwarf_regs array.] - Update debian patches to 0.175 - Rebase local patch to 0.175 0008-build-Provide-alternatives-for-glibc-assumptions-hel.patch (From OE-Core rev: 8748de4df5a4ece303f07f8bbb248920a199478a) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 lines
602 B
Diff
17 lines
602 B
Diff
Upstream-Status: Pending [from debian]
|
|
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
|
|
Index: elfutils-0.165/tests/run-native-test.sh
|
|
===================================================================
|
|
--- elfutils-0.165.orig/tests/run-native-test.sh
|
|
+++ elfutils-0.165/tests/run-native-test.sh
|
|
@@ -83,6 +83,9 @@ native_test()
|
|
# "cannot attach to process: Function not implemented".
|
|
[ "$(uname)" = "GNU/kFreeBSD" ] && exit 77
|
|
|
|
+# hurd's /proc/$PID/maps does not give paths yet.
|
|
+[ "$(uname)" = "GNU" ] && exit 77
|
|
+
|
|
native_test ${abs_builddir}/allregs
|
|
native_test ${abs_builddir}/funcretval
|
|
|