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/pcmciautils | |
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/pcmciautils')
-rw-r--r-- | recipes/pcmciautils/pcmciautils_013.bb | 6 | ||||
-rw-r--r-- | recipes/pcmciautils/pcmciautils_014.bb | 6 | ||||
-rw-r--r-- | recipes/pcmciautils/pcmciautils_015.bb | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/recipes/pcmciautils/pcmciautils_013.bb b/recipes/pcmciautils/pcmciautils_013.bb index 31cd3442b5..c6a03def5f 100644 --- a/recipes/pcmciautils/pcmciautils_013.bb +++ b/recipes/pcmciautils/pcmciautils_013.bb @@ -2,9 +2,9 @@ require pcmciautils.inc PR = "r1" -SRC_URI += "file://makefile_fix.patch;patch=1 \ - file://version_workaround.patch;patch=1 \ - file://modalias_update.patch;patch=1" +SRC_URI += "file://makefile_fix.patch;apply=yes \ + file://version_workaround.patch;apply=yes \ + file://modalias_update.patch;apply=yes" SRC_URI[md5sum] = "5882b7c84f095a7492b1ebe7577dce5a" SRC_URI[sha256sum] = "7c1adf1a5ebeba124cef4102cbbf9ca65b8493ad6b8fcfb48091e27e983ffc41" diff --git a/recipes/pcmciautils/pcmciautils_014.bb b/recipes/pcmciautils/pcmciautils_014.bb index 1f52f8b057..f1e712002f 100644 --- a/recipes/pcmciautils/pcmciautils_014.bb +++ b/recipes/pcmciautils/pcmciautils_014.bb @@ -2,9 +2,9 @@ require pcmciautils.inc PR = "r1" -SRC_URI += "file://makefile_fix.patch;patch=1 \ - file://version_workaround.patch;patch=1 \ - file://modalias_update.patch;patch=1" +SRC_URI += "file://makefile_fix.patch;apply=yes \ + file://version_workaround.patch;apply=yes \ + file://modalias_update.patch;apply=yes" SRC_URI[md5sum] = "3f07c926875f6c5dcb83240f39725177" SRC_URI[sha256sum] = "6bef7c05ba9fad231fe7a188043c61c116c24bab5fa79d9d72c1d8e11ff38925" diff --git a/recipes/pcmciautils/pcmciautils_015.bb b/recipes/pcmciautils/pcmciautils_015.bb index 34b440af5c..dec6a51c4a 100644 --- a/recipes/pcmciautils/pcmciautils_015.bb +++ b/recipes/pcmciautils/pcmciautils_015.bb @@ -2,9 +2,9 @@ require pcmciautils.inc PR = "r0" -SRC_URI += "file://makefile_fix.patch;patch=1 \ - file://version_workaround.patch;patch=1 \ - file://ccdv.patch;patch=1 \ +SRC_URI += "file://makefile_fix.patch;apply=yes \ + file://version_workaround.patch;apply=yes \ + file://ccdv.patch;apply=yes \ " SRC_URI[md5sum] = "9e12435c8b6cf7bf59894e90e480b4aa" |