mirror of
https://git.yoctoproject.org/poky
synced 2026-02-24 18:39:40 +01:00
- Update debian 0.170 patches and rebase them for 0.172; - Drop 0001-Use-fallthrough-attribute.patch which was accepted by upstream; - Drop 0001-Ensure-that-packed-structs-follow-the-gcc-memory-lay.patch which was backported from upstream; (From OE-Core rev: dbbe9c1d1f822cf13a4c16b79bccf6bf5c4b91e4) 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>
15 lines
510 B
Diff
15 lines
510 B
Diff
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
|
|
|