summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace_4.10.bb
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-04-17 17:25:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-21 07:20:24 +0100
commit1e4c6e8f2e0e8c8d0b5b05420c3e4903ec791468 (patch)
treec0e76112f17e4fd11f316e7bd5650c4e0fde1714 /meta/recipes-devtools/strace/strace_4.10.bb
parent869a770ba4f5c5d69064c40a7e52a3c3ee8baf3d (diff)
downloadpoky-1e4c6e8f2e0e8c8d0b5b05420c3e4903ec791468.tar.gz
strace: fixes for compilation failures with musl
Backports from upstream: http://sourceforge.net/p/strace/code/ci/d34e00b293942b1012ddc49ed3ab379a32337611 http://sourceforge.net/p/strace/code/ci/3460dc486d333231998de0f19918204aacee9ae3 Expected to be released officially as part of strace 4.11 (From OE-Core rev: 7d40c6ff1d1d64ebeeffb6bfc200dcd84861214a) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace/strace_4.10.bb')
-rw-r--r--meta/recipes-devtools/strace/strace_4.10.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.10.bb b/meta/recipes-devtools/strace/strace_4.10.bb
index 707cb765c9..07a1076bba 100644
--- a/meta/recipes-devtools/strace/strace_4.10.bb
+++ b/meta/recipes-devtools/strace/strace_4.10.bb
@@ -10,6 +10,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
10 file://strace-add-configure-options.patch \ 10 file://strace-add-configure-options.patch \
11 file://Makefile-ptest.patch \ 11 file://Makefile-ptest.patch \
12 file://run-ptest \ 12 file://run-ptest \
13 file://Include-sys-stat.h-for-S_I-macros.patch \
14 file://Include-linux-ioctl.h-for-_IOC_-macros.patch \
13 " 15 "
14 16
15SRC_URI[md5sum] = "107a5be455493861189e9b57a3a51912" 17SRC_URI[md5sum] = "107a5be455493861189e9b57a3a51912"