From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001
From: Chris Larson <clarson@kergoth.com>
Date: Mon, 22 Mar 2004 22:37:29 +0000
Subject: Another pass of .oe cleanups.

BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
---
 strace/strace_4.4.98.oe | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'strace')

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"
-- 
cgit v1.2.3