aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wt
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/wt
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/wt')
-rw-r--r--recipes/wt/wt3.inc4
-rw-r--r--recipes/wt/wt3_2.99.0.bb2
-rw-r--r--recipes/wt/wt3_3.0.0.bb2
-rw-r--r--recipes/wt/wt3_3.1.0a.bb2
-rw-r--r--recipes/wt/wt_2.2.0.bb2
-rw-r--r--recipes/wt/wt_2.2.3.bb2
6 files changed, 7 insertions, 7 deletions
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.*"