summaryrefslogtreecommitdiffstats
path: root/meta/packages/strace/strace_4.5.20.bb
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-05-25 15:37:33 +0100
committerJoshua Lock <josh@linux.intel.com>2010-05-25 15:37:33 +0100
commitf24f8360bc98eb92c0650271bbac6a868ffc05e2 (patch)
treeb1bada22ae71a125bef16499fab6d3c1eafdf2c1 /meta/packages/strace/strace_4.5.20.bb
parent615a98ed9a021da245513790c064761a0a5a67e9 (diff)
downloadpoky-f24f8360bc98eb92c0650271bbac6a868ffc05e2.tar.gz
strace: bump from 4.15.18 to 4.15.20
The old version didn't build with the older linux-libc-headers Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/strace/strace_4.5.20.bb')
-rw-r--r--meta/packages/strace/strace_4.5.20.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/packages/strace/strace_4.5.20.bb b/meta/packages/strace/strace_4.5.20.bb
new file mode 100644
index 0000000000..73df9452a8
--- /dev/null
+++ b/meta/packages/strace/strace_4.5.20.bb
@@ -0,0 +1,9 @@
1DESCRIPTION = "strace is a system call tracing tool."
2SECTION = "console/utils"
3LICENSE = "GPL"
4PR = "r0"
5
6SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2"
7inherit autotools
8
9export INCLUDES = "-I. -I./linux"