diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /strace/strace_4.4.98.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
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" |