summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace_4.8.bb
diff options
context:
space:
mode:
authorYasir-Khan <yasir_khan@mentor.com>2014-08-12 17:40:58 +0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-15 18:21:51 +0100
commitf21f385228e6d09553ae3c438f2c6f9f868d0b58 (patch)
tree50538427defa0d0a4bddd1dfe589190e64da9bc6 /meta/recipes-devtools/strace/strace_4.8.bb
parent295ce4ac8deb37b54f6cb2ddcf2ce67a0d7cda62 (diff)
downloadpoky-f21f385228e6d09553ae3c438f2c6f9f868d0b58.tar.gz
strace: apply ptrace.h conflict workaround
Apply patch from strace upstream to workaround ptrace.h header file conflict. This patch is not available in strace-4.8 tarball pulled in by recipe. * patch from strace upstream - Work around conflict between <sys/ptrace.h> and <linux/ptrace.h> (From OE-Core rev: 3c7301adce142bab64d49b5be7c39d8b223591f5) Signed-off-by: Yasir-Khan <yasir_khan@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace/strace_4.8.bb')
-rw-r--r--meta/recipes-devtools/strace/strace_4.8.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.8.bb b/meta/recipes-devtools/strace/strace_4.8.bb
index d954c37004..ed738eaad7 100644
--- a/meta/recipes-devtools/strace/strace_4.8.bb
+++ b/meta/recipes-devtools/strace/strace_4.8.bb
@@ -10,6 +10,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
10 file://Makefile-ptest.patch \ 10 file://Makefile-ptest.patch \
11 file://strace-fix-64-bit-process-detection.patch \ 11 file://strace-fix-64-bit-process-detection.patch \
12 file://run-ptest \ 12 file://run-ptest \
13 file://0001-Work-around-conflict-between-sys-ptrace.h-and-linux-.patch \
13 " 14 "
14 15
15SRC_URI[md5sum] = "c575ef43829586801f514fd91bfe7575" 16SRC_URI[md5sum] = "c575ef43829586801f514fd91bfe7575"