summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace_4.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/strace/strace_4.6.bb')
-rw-r--r--meta/recipes-devtools/strace/strace_4.6.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/strace/strace_4.6.bb b/meta/recipes-devtools/strace/strace_4.6.bb
new file mode 100644
index 0000000000..05f6d9508a
--- /dev/null
+++ b/meta/recipes-devtools/strace/strace_4.6.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "strace is a system call tracing tool."
2HOMEPAGE = "http://strace.sourceforge.net"
3SECTION = "console/utils"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=4535377ede62550fdeaf39f595fd550a"
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 file://sigmask.patch \
14 "
15
16SRC_URI[md5sum] = "e537b2b1afeec70c0e6e27a0d0fd671e"
17SRC_URI[sha256sum] = "9ef9aa41b6118578e33ef4833b8a04209d6cc062546c28efd715f283b172c28a"
18inherit autotools
19
20export INCLUDES = "-I. -I./linux"
21
22BBCLASSEXTEND = "native"