summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/files/debian/hurd_path.patch
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-07-02 13:57:09 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-04 00:02:16 +0100
commit60857bd2d4c4f78e452f131fa763a86ed56fc22e (patch)
tree2c70fbaa0a458cfc683cd1c39ef1786e3b6bc707 /meta/recipes-devtools/elfutils/files/debian/hurd_path.patch
parentb07db23759b92d592a312e3472720212bb5a724e (diff)
downloadpoky-60857bd2d4c4f78e452f131fa763a86ed56fc22e.tar.gz
elfutils: 0.170 -> 0.172
- 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>
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/debian/hurd_path.patch')
-rw-r--r--meta/recipes-devtools/elfutils/files/debian/hurd_path.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/files/debian/hurd_path.patch b/meta/recipes-devtools/elfutils/files/debian/hurd_path.patch
new file mode 100644
index 0000000000..4440e39e0a
--- /dev/null
+++ b/meta/recipes-devtools/elfutils/files/debian/hurd_path.patch
@@ -0,0 +1,14 @@
1Index: elfutils-0.165/tests/run-native-test.sh
2===================================================================
3--- elfutils-0.165.orig/tests/run-native-test.sh
4+++ elfutils-0.165/tests/run-native-test.sh
5@@ -83,6 +83,9 @@ native_test()
6 # "cannot attach to process: Function not implemented".
7 [ "$(uname)" = "GNU/kFreeBSD" ] && exit 77
8
9+# hurd's /proc/$PID/maps does not give paths yet.
10+[ "$(uname)" = "GNU" ] && exit 77
11+
12 native_test ${abs_builddir}/allregs
13 native_test ${abs_builddir}/funcretval
14