From bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 23 May 2010 20:23:53 -0700 Subject: Rename url params patch=/pnum= to apply={yes,no}/striplevel= I think this makes the behavior rather more clear. Signed-off-by: Chris Larson Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/pcmciautils/pcmciautils_013.bb | 6 +++--- recipes/pcmciautils/pcmciautils_014.bb | 6 +++--- recipes/pcmciautils/pcmciautils_015.bb | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'recipes/pcmciautils') 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" -- cgit 1.2.3-korg