summaryrefslogtreecommitdiffstats
path: root/recipes/kexec-tools
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-23 20:23:53 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:53:41 -0700
commitbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch)
tree96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/kexec-tools
parentfab0af3aefee22b21541e403d3c356a6979bfa63 (diff)
downloadopenembedded-bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0.tar.gz
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
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 \
"