aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/quilt
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/obsolete/quilt
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/obsolete/quilt')
-rw-r--r--recipes/obsolete/quilt/quilt-native.inc2
-rw-r--r--recipes/obsolete/quilt/quilt-package.inc2
-rw-r--r--recipes/obsolete/quilt/quilt.inc2
-rw-r--r--recipes/obsolete/quilt/quilt_0.39.inc4
4 files changed, 5 insertions, 5 deletions
diff --git a/recipes/obsolete/quilt/quilt-native.inc b/recipes/obsolete/quilt/quilt-native.inc
index cad1b745f3..5fb5171292 100644
--- a/recipes/obsolete/quilt/quilt-native.inc
+++ b/recipes/obsolete/quilt/quilt-native.inc
@@ -1,6 +1,6 @@
require quilt.inc
-SRC_URI_append_build-darwin = "? file://non-gnu.patch;patch=1 "
+SRC_URI_append_build-darwin = "? file://non-gnu.patch;apply=yes "
RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/quilt-${PV}"
diff --git a/recipes/obsolete/quilt/quilt-package.inc b/recipes/obsolete/quilt/quilt-package.inc
index 900884b917..764e36ad7b 100644
--- a/recipes/obsolete/quilt/quilt-package.inc
+++ b/recipes/obsolete/quilt/quilt-package.inc
@@ -2,7 +2,7 @@ require quilt.inc
RDEPENDS_${PN} += "patch diffstat bzip2 util-linux"
-SRC_URI += "file://aclocal.patch;patch=1"
+SRC_URI += "file://aclocal.patch;apply=yes"
inherit autotools gettext
diff --git a/recipes/obsolete/quilt/quilt.inc b/recipes/obsolete/quilt/quilt.inc
index ce9679ded1..f266aa54c0 100644
--- a/recipes/obsolete/quilt/quilt.inc
+++ b/recipes/obsolete/quilt/quilt.inc
@@ -4,6 +4,6 @@ SECTION = "devel"
LICENSE = "GPL"
SRC_URI = "http://download.savannah.gnu.org/releases/quilt/quilt-${PV}.tar.gz \
- file://install.patch;patch=1"
+ file://install.patch;apply=yes"
S = "${WORKDIR}/quilt-${PV}"
diff --git a/recipes/obsolete/quilt/quilt_0.39.inc b/recipes/obsolete/quilt/quilt_0.39.inc
index 4fbbb03316..b69ea06897 100644
--- a/recipes/obsolete/quilt/quilt_0.39.inc
+++ b/recipes/obsolete/quilt/quilt_0.39.inc
@@ -1,5 +1,5 @@
require quilt.inc
-SRC_URI += "file://install.patch;patch=1 \
- file://nostrip.patch;patch=1"
+SRC_URI += "file://install.patch;apply=yes \
+ file://nostrip.patch;apply=yes"