diff options
-rw-r--r-- | meta/packages/strace/strace_4.5.18.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/strace/strace_4.5.18.bb b/meta/packages/strace/strace_4.5.18.bb index 59add6a..d3153ca 100644 --- a/meta/packages/strace/strace_4.5.18.bb +++ b/meta/packages/strace/strace_4.5.18.bb @@ -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" |