strace: Fix SRC_URI

This commit is contained in:
Richard Purdie 2008-12-31 17:19:22 +00:00
parent 1357f754b1
commit 78456faa5e
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \
file://strace-fix-arm-bad-syscall.patch;patch=1 \
file://strace-undef-syscall.patch;patch=1 \
file://arm_syscall_fix.patch;patch=1 "
file://strace-undef-syscall.patch;patch=1"
inherit autotools
export INCLUDES = "-I. -I./linux"