diff options
Diffstat (limited to 'recipes/kexec-tools/kexec-tools.inc')
-rw-r--r-- | recipes/kexec-tools/kexec-tools.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/kexec-tools/kexec-tools.inc b/recipes/kexec-tools/kexec-tools.inc index 434be716c2..0ff1c31cc0 100644 --- a/recipes/kexec-tools/kexec-tools.inc +++ b/recipes/kexec-tools/kexec-tools.inc @@ -9,5 +9,5 @@ inherit autotools SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \ - file://kexec-tools-arm.patch;apply=yes \ - file://kexec-arm-atags.patch;apply=yes" + file://kexec-tools-arm.patch \ + file://kexec-arm-atags.patch" |