summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace_4.7.bb
diff options
context:
space:
mode:
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>2012-06-12 10:59:08 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-15 15:12:45 +0100
commitc8a22b797f35581561cfec609844cddd97b7d8fb (patch)
tree2101a7c987406814c4ccaab634c39a29561202c1 /meta/recipes-devtools/strace/strace_4.7.bb
parent6aabd4755016cd87a39929d3e827b9c4ff5275b8 (diff)
downloadpoky-c8a22b797f35581561cfec609844cddd97b7d8fb.tar.gz
strace: update to 4.7
Removed the x32 specific patches, since they seem to be fully integrated into 4.7. Also removed the sigmask patch, since the new version doesn't seem to use sigmask anymore. (From OE-Core rev: fec92fb65a0135b17fea49a239bd9a73c96bba51) Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace/strace_4.7.bb')
-rw-r--r--meta/recipes-devtools/strace/strace_4.7.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.7.bb b/meta/recipes-devtools/strace/strace_4.7.bb
new file mode 100644
index 0000000000..e7ab0cb0bd
--- /dev/null
+++ b/meta/recipes-devtools/strace/strace_4.7.bb
@@ -0,0 +1,20 @@
1DESCRIPTION = "strace is a system call tracing tool."
2HOMEPAGE = "http://strace.sourceforge.net"
3SECTION = "console/utils"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=124500c21e856f0912df29295ba104c7"
6PR = "r0"
7
8PACKAGES =+ "${PN}-graph "
9FILES_${PN}-graph = "${bindir}/strace-graph"
10RDEPENDS_${PN}-graph = "perl"
11
12SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz"
13
14SRC_URI[md5sum] = "6054c3880a00c6703f83b57f15e04642"
15SRC_URI[sha256sum] = "c49cd98873c119c5f201356200a9b9687da1ceea83a05047e2ae0a7ac1e41195"
16inherit autotools
17
18export INCLUDES = "-I. -I./linux"
19
20BBCLASSEXTEND = "native"