aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexec-tools
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/kexec-tools')
-rw-r--r--recipes/kexec-tools/kexec-tools-dietlibc_2.0.1.bb2
-rw-r--r--recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb4
-rw-r--r--recipes/kexec-tools/kexec-tools-klibc-static_2.0.1.bb4
-rw-r--r--recipes/kexec-tools/kexec-tools.inc4
-rw-r--r--recipes/kexec-tools/kexec-tools2.inc8
5 files changed, 11 insertions, 11 deletions
diff --git a/recipes/kexec-tools/kexec-tools-dietlibc_2.0.1.bb b/recipes/kexec-tools/kexec-tools-dietlibc_2.0.1.bb
index 4691587eaa..c428cd6c2b 100644
--- a/recipes/kexec-tools/kexec-tools-dietlibc_2.0.1.bb
+++ b/recipes/kexec-tools/kexec-tools-dietlibc_2.0.1.bb
@@ -1,7 +1,7 @@
# the binaries are statical linked against dietlibc
require kexec-tools2.inc
-SRC_URI += "file://dietlibc.patch;patch=1"
+SRC_URI += "file://dietlibc.patch;apply=yes"
inherit dietlibc
diff --git a/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb b/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb
index e4b948822e..17e4cf7871 100644
--- a/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb
+++ b/recipes/kexec-tools/kexec-tools-klibc-static_1.101.bb
@@ -4,8 +4,8 @@ require kexec-tools.inc
PR = "r8"
DEPENDS = "klibc"
-SRC_URI += "file://kexec-static.patch;patch=1 \
- file://kexec-klibc.patch;patch=1 \
+SRC_URI += "file://kexec-static.patch;apply=yes \
+ file://kexec-klibc.patch;apply=yes \
"
S = "${WORKDIR}/kexec-tools-${PV}"
diff --git a/recipes/kexec-tools/kexec-tools-klibc-static_2.0.1.bb b/recipes/kexec-tools/kexec-tools-klibc-static_2.0.1.bb
index 880383f64a..440b342f2d 100644
--- a/recipes/kexec-tools/kexec-tools-klibc-static_2.0.1.bb
+++ b/recipes/kexec-tools/kexec-tools-klibc-static_2.0.1.bb
@@ -6,8 +6,8 @@ DEFAULT_PREFERENCE = "1"
PR = "r4"
DEPENDS = "klibc"
-SRC_URI += "file://kexec-tools-2-headers.patch;patch=1 \
- file://kexec-tools-2-klibc.patch;patch=1 \
+SRC_URI += "file://kexec-tools-2-headers.patch;apply=yes \
+ file://kexec-tools-2-klibc.patch;apply=yes \
"
S = "${WORKDIR}/kexec-tools-${PV}"
diff --git a/recipes/kexec-tools/kexec-tools.inc b/recipes/kexec-tools/kexec-tools.inc
index f806e71480..434be716c2 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;patch=1 \
- file://kexec-arm-atags.patch;patch=1"
+ file://kexec-tools-arm.patch;apply=yes \
+ file://kexec-arm-atags.patch;apply=yes"
diff --git a/recipes/kexec-tools/kexec-tools2.inc b/recipes/kexec-tools/kexec-tools2.inc
index 68dc5ba396..1463b9ab3e 100644
--- a/recipes/kexec-tools/kexec-tools2.inc
+++ b/recipes/kexec-tools/kexec-tools2.inc
@@ -9,8 +9,8 @@ inherit autotools
SRC_URI = "http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/kexec-tools-${PV}.tar.gz \
- file://fix-arm-arch-detection.patch;patch=1 \
- file://no-getline-no-fscanf.patch;patch=1 \
- file://kexec-tools-2-arm-add-uImage.patch;patch=1 \
- file://kexec-tools-2-autoconf-post-2.63.patch;patch=1 \
+ file://fix-arm-arch-detection.patch;apply=yes \
+ file://no-getline-no-fscanf.patch;apply=yes \
+ file://kexec-tools-2-arm-add-uImage.patch;apply=yes \
+ file://kexec-tools-2-autoconf-post-2.63.patch;apply=yes \
"