diff options
Diffstat (limited to 'recipes/strace/strace_4.5.11.bb')
-rw-r--r-- | recipes/strace/strace_4.5.11.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/strace/strace_4.5.11.bb b/recipes/strace/strace_4.5.11.bb index 5efec9d7df..cf710ce358 100644 --- a/recipes/strace/strace_4.5.11.bb +++ b/recipes/strace/strace_4.5.11.bb @@ -5,8 +5,8 @@ PR = "r2" DESCRIPTION = "strace is a system call tracing tool." SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.bz2 \ - file://arm-syscallent.patch;patch=1 \ - file://quota.patch;patch=1" + file://arm-syscallent.patch;apply=yes \ + file://quota.patch;apply=yes" inherit autotools |