diff options
author | Yasir-Khan <yasir_khan@mentor.com> | 2014-08-12 17:40:58 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-15 18:19:54 +0100 |
commit | 3c7301adce142bab64d49b5be7c39d8b223591f5 (patch) | |
tree | 565284a406321bc00b3092e5cf832b925fc20022 /meta/recipes-devtools/strace/strace_4.8.bb | |
parent | 482493b54d97c455bf4849efed3e543340412d7b (diff) | |
download | openembedded-core-3c7301adce142bab64d49b5be7c39d8b223591f5.tar.gz openembedded-core-3c7301adce142bab64d49b5be7c39d8b223591f5.tar.bz2 openembedded-core-3c7301adce142bab64d49b5be7c39d8b223591f5.zip |
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>
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.bb | 1 |
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 \ file://Makefile-ptest.patch \ file://strace-fix-64-bit-process-detection.patch \ file://run-ptest \ + file://0001-Work-around-conflict-between-sys-ptrace.h-and-linux-.patch \ " SRC_URI[md5sum] = "c575ef43829586801f514fd91bfe7575" |