mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
- Update Debian patches http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.176-1.debian.tar.xz - Rebase Debian patches to 0.177 debian/hppa_backend.diff debian/mips_backend.diff debian/arm_backend.diff debian/mips_readelf_w.patch debian/testsuite-ignore-elflint.diff debian/mips_cfi.patch - Fix build failure while applying debian patches 0001-fix-compile-failure-with-debian-patches.patch - Rebase musl patches (From OE-Core rev: 35143611034758cc670e9d88bc93f97fe33c52fc) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
603 B
Diff
18 lines
603 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
|
|
|