diff options
-rw-r--r-- | recipes/strace/strace_4.5.20.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/strace/strace_4.5.20.bb b/recipes/strace/strace_4.5.20.bb new file mode 100644 index 0000000000..873ce527a1 --- /dev/null +++ b/recipes/strace/strace_4.5.20.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "strace is a system call tracing tool." +SECTION = "console/utils" +LICENSE = "GPL" +PR = "r0" + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ + " + +inherit autotools + +export INCLUDES = "-I. -I./linux" + +SRC_URI[md5sum] = "64dfe10d9db0c1e34030891695ffca4b" +SRC_URI[sha256sum] = "ea8c059369eaa5ad90b246f34eab247d0ee48bfdee2670c7196320a4669ccabd" |