From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001
From: Chris Larson <chris_larson@mentor.com>
Date: Sun, 23 May 2010 20:23:53 -0700
Subject: 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>
---
 recipes/wt/wt3.inc       | 4 ++--
 recipes/wt/wt3_2.99.0.bb | 2 +-
 recipes/wt/wt3_3.0.0.bb  | 2 +-
 recipes/wt/wt3_3.1.0a.bb | 2 +-
 recipes/wt/wt_2.2.0.bb   | 2 +-
 recipes/wt/wt_2.2.3.bb   | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

(limited to 'recipes/wt')

diff --git a/recipes/wt/wt3.inc b/recipes/wt/wt3.inc
index db4e95dcbb..e8a54e11f2 100644
--- a/recipes/wt/wt3.inc
+++ b/recipes/wt/wt3.inc
@@ -11,8 +11,8 @@ INC_PR = "r1"
 # the api of these versions is incompatible with 2.*
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/witty/wt-${PV}.tar.gz;name=tarball \
-	file://ext.patch;patch=1 \
-	file://wgooglemap.patch;patch=1"
+	file://ext.patch;apply=yes \
+	file://wgooglemap.patch;apply=yes"
 
 CXXFLAGS += "-Dsinl=sin -Dcosl=cos -Dasinl=asin"
 
diff --git a/recipes/wt/wt3_2.99.0.bb b/recipes/wt/wt3_2.99.0.bb
index 76b4630eec..07c75926c7 100644
--- a/recipes/wt/wt3_2.99.0.bb
+++ b/recipes/wt/wt3_2.99.0.bb
@@ -2,7 +2,7 @@ require wt3.inc
 
 PR = "${INC_PR}.1"
 
-SRC_URI += "file://src.patch;patch=1 \
+SRC_URI += "file://src.patch;apply=yes \
            "
 
 do_configure_append() {
diff --git a/recipes/wt/wt3_3.0.0.bb b/recipes/wt/wt3_3.0.0.bb
index 69c9abd62e..9d15341681 100644
--- a/recipes/wt/wt3_3.0.0.bb
+++ b/recipes/wt/wt3_3.0.0.bb
@@ -2,7 +2,7 @@ require wt3.inc
 
 PR = "${INC_PR}.2"
 
-SRC_URI += "file://noqt.patch;patch=1"
+SRC_URI += "file://noqt.patch;apply=yes"
 
 SRC_URI[tarball.md5sum] = "ba03acf8089dff38e106661aa1ecdcb9"
 SRC_URI[tarball.sha256sum] = "d439e96d2de8c22f682b5d3d5894974d50b3a36057a002bda1ad1cb858cd3b28"
diff --git a/recipes/wt/wt3_3.1.0a.bb b/recipes/wt/wt3_3.1.0a.bb
index 8072ba98b7..ecabbaa896 100644
--- a/recipes/wt/wt3_3.1.0a.bb
+++ b/recipes/wt/wt3_3.1.0a.bb
@@ -2,7 +2,7 @@ require wt3.inc
 
 PR = "${INC_PR}.0"
 
-SRC_URI += "file://noqt.patch;patch=1"
+SRC_URI += "file://noqt.patch;apply=yes"
 
 SRC_URI[tarball.md5sum] = "9b2f4abc2e50d1fa15648834f5830d87"
 SRC_URI[tarball.sha256sum] = "97c8ddcd690381c4cd787b0099e753954c11016321fa991268c92276351fbc4c"
diff --git a/recipes/wt/wt_2.2.0.bb b/recipes/wt/wt_2.2.0.bb
index 8918a954d0..b4a49e48df 100644
--- a/recipes/wt/wt_2.2.0.bb
+++ b/recipes/wt/wt_2.2.0.bb
@@ -6,7 +6,7 @@ DEPENDS = "boost"
 PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/witty/wt-${PV}.tar.gz \
-	file://cmakelist.patch;patch=1"
+	file://cmakelist.patch;apply=yes"
 
 FILES_${PN} += "${datadir}/Wt"
 FILES_${PN}-dev += "${datadir}/cmake-2.*"
diff --git a/recipes/wt/wt_2.2.3.bb b/recipes/wt/wt_2.2.3.bb
index 2dff0fb159..3bbfe9b8ca 100644
--- a/recipes/wt/wt_2.2.3.bb
+++ b/recipes/wt/wt_2.2.3.bb
@@ -7,7 +7,7 @@ DEPENDS = "boost zlib openssl"
 PR = "r2"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/witty/wt-${PV}.tar.gz \
-	file://cmakelist.patch;patch=1"
+	file://cmakelist.patch;apply=yes"
 
 FILES_${PN} += "${datadir}/Wt"
 FILES_${PN}-dev += "${datadir}/cmake-2.*"
-- 
cgit v1.2.3