summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace_4.8.bb
diff options
context:
space:
mode:
authorTing Liu <b28495@freescale.com>2014-07-16 17:38:11 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-19 00:09:02 +0100
commit91bafd56319d5a7cc9d37e5f1a2f88754a2b9ea3 (patch)
tree965d95446cee17191958d06c3f2ed84b2c275ad2 /meta/recipes-devtools/strace/strace_4.8.bb
parentece74dff68cabc113a15585b932eb9b530d009de (diff)
downloadpoky-91bafd56319d5a7cc9d37e5f1a2f88754a2b9ea3.tar.gz
strace: fix 64 bit process detection
(From OE-Core rev: f35552e4bbf865aa20148b161d5520de025faf02) Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Saul Wold <sgw@linux.intel.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 71563d4a41..d954c37004 100644
--- a/meta/recipes-devtools/strace/strace_4.8.bb
+++ b/meta/recipes-devtools/strace/strace_4.8.bb
@@ -8,6 +8,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
8 file://git-version-gen \ 8 file://git-version-gen \
9 file://strace-add-configure-options.patch \ 9 file://strace-add-configure-options.patch \
10 file://Makefile-ptest.patch \ 10 file://Makefile-ptest.patch \
11 file://strace-fix-64-bit-process-detection.patch \
11 file://run-ptest \ 12 file://run-ptest \
12 " 13 "
13 14