diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/rdesktop | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
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/rdesktop')
-rw-r--r-- | recipes/rdesktop/rdesktop_1.3.1.bb | 2 | ||||
-rw-r--r-- | recipes/rdesktop/rdesktop_1.4.1.bb | 2 | ||||
-rw-r--r-- | recipes/rdesktop/rdesktop_1.6.0.bb | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes/rdesktop/rdesktop_1.3.1.bb b/recipes/rdesktop/rdesktop_1.3.1.bb index 2e804859a1..537311aa50 100644 --- a/recipes/rdesktop/rdesktop_1.3.1.bb +++ b/recipes/rdesktop/rdesktop_1.3.1.bb @@ -2,7 +2,7 @@ require rdesktop.inc PR = "${INC_PR}.1" -SRC_URI +="file://configure.patch;patch=1" +SRC_URI +="file://configure.patch;apply=yes" # Note - rdesktop 1.3.1 doesn't use autotools - don't make the same # mistakes I did.. :) diff --git a/recipes/rdesktop/rdesktop_1.4.1.bb b/recipes/rdesktop/rdesktop_1.4.1.bb index 1edc523bd1..116670ac76 100644 --- a/recipes/rdesktop/rdesktop_1.4.1.bb +++ b/recipes/rdesktop/rdesktop_1.4.1.bb @@ -2,7 +2,7 @@ require rdesktop.inc PR = "${INC_PR}.1" -SRC_URI += "file://strip.patch;patch=1" +SRC_URI += "file://strip.patch;apply=yes" inherit autotools diff --git a/recipes/rdesktop/rdesktop_1.6.0.bb b/recipes/rdesktop/rdesktop_1.6.0.bb index 3257300dcc..8835a88e9f 100644 --- a/recipes/rdesktop/rdesktop_1.6.0.bb +++ b/recipes/rdesktop/rdesktop_1.6.0.bb @@ -2,8 +2,8 @@ require rdesktop.inc PR = "${INC_PR}.2" -SRC_URI += " file://audio-2008.patch;patch=1" -SRC_URI_append_ossystems = " file://rdesktop-addin.patch;patch=1" +SRC_URI += " file://audio-2008.patch;apply=yes" +SRC_URI_append_ossystems = " file://rdesktop-addin.patch;apply=yes" inherit autotools |