diff options
Diffstat (limited to 'recipes/strace/strace_4.5.12.bb')
-rw-r--r-- | recipes/strace/strace_4.5.12.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/strace/strace_4.5.12.bb b/recipes/strace/strace_4.5.12.bb index de24ea808c..3832091b1c 100644 --- a/recipes/strace/strace_4.5.12.bb +++ b/recipes/strace/strace_4.5.12.bb @@ -5,9 +5,9 @@ PR = "r1" DESCRIPTION = "strace is a system call tracing tool." SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ - file://arm-syscallent.patch;apply=yes \ - file://quota.patch;apply=yes \ - file://strace-fix-arm-bad-syscall.patch;apply=yes" + file://arm-syscallent.patch \ + file://quota.patch \ + file://strace-fix-arm-bad-syscall.patch" inherit autotools |