diff options
Diffstat (limited to 'strace/strace_4.4.98.oe')
-rw-r--r-- | strace/strace_4.4.98.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/strace/strace_4.4.98.oe b/strace/strace_4.4.98.oe index 1a6a6c34a3..db5cc91828 100644 --- a/strace/strace_4.4.98.oe +++ b/strace/strace_4.4.98.oe @@ -2,8 +2,8 @@ DEPENDS = "virtual/libc" DESCRIPTION = "strace is a system call tracing tool." SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ - file://${FILESDIR}/arm-compilation.patch;patch=1 \ - file://${FILESDIR}/arm-syscall.patch;patch=1" + file://arm-compilation.patch;patch=1 \ + file://arm-syscall.patch;patch=1" inherit autotools |