diff options
Diffstat (limited to 'meta/recipes-devtools/strace/strace_4.7.bb')
-rw-r--r-- | meta/recipes-devtools/strace/strace_4.7.bb | 20 |
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 @@ | |||
1 | DESCRIPTION = "strace is a system call tracing tool." | ||
2 | HOMEPAGE = "http://strace.sourceforge.net" | ||
3 | SECTION = "console/utils" | ||
4 | LICENSE = "BSD" | ||
5 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=124500c21e856f0912df29295ba104c7" | ||
6 | PR = "r0" | ||
7 | |||
8 | PACKAGES =+ "${PN}-graph " | ||
9 | FILES_${PN}-graph = "${bindir}/strace-graph" | ||
10 | RDEPENDS_${PN}-graph = "perl" | ||
11 | |||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz" | ||
13 | |||
14 | SRC_URI[md5sum] = "6054c3880a00c6703f83b57f15e04642" | ||
15 | SRC_URI[sha256sum] = "c49cd98873c119c5f201356200a9b9687da1ceea83a05047e2ae0a7ac1e41195" | ||
16 | inherit autotools | ||
17 | |||
18 | export INCLUDES = "-I. -I./linux" | ||
19 | |||
20 | BBCLASSEXTEND = "native" | ||