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