diff options
Diffstat (limited to 'openembedded/packages/strace/strace_4.5.12.bb')
-rw-r--r-- | openembedded/packages/strace/strace_4.5.12.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/openembedded/packages/strace/strace_4.5.12.bb b/openembedded/packages/strace/strace_4.5.12.bb deleted file mode 100644 index 95a5b7fa9b..0000000000 --- a/openembedded/packages/strace/strace_4.5.12.bb +++ /dev/null @@ -1,13 +0,0 @@ -LICENSE = "GPL" -SECTION = "console/utils" -PR = "r0" - -DESCRIPTION = "strace is a system call tracing tool." - -SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ - file://arm-syscallent.patch;patch=1 \ - file://quota.patch;patch=1" - -inherit autotools - -export INCLUDES = "-I. -I./linux" |