]> code.ossystems Code Review - openembedded-core.git/commitdiff
strace: Fix SRC_URI
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 31 Dec 2008 17:19:22 +0000 (17:19 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 31 Dec 2008 17:19:22 +0000 (17:19 +0000)
meta/packages/strace/strace_4.5.18.bb

index 59add6abb4d6c7f9c585f1163b1b6b7513a7f134..d3153ca6ccd80a8e3658b97c39f1fbd195a0de8c 100644 (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"