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/coreutils | |
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/coreutils')
-rw-r--r-- | recipes/coreutils/coreutils-6.0.inc | 4 | ||||
-rw-r--r-- | recipes/coreutils/coreutils-7.2.inc | 2 | ||||
-rw-r--r-- | recipes/coreutils/coreutils_6.0.bb | 4 | ||||
-rw-r--r-- | recipes/coreutils/coreutils_7.1.bb | 4 | ||||
-rw-r--r-- | recipes/coreutils/coreutils_7.2.bb | 4 |
5 files changed, 9 insertions, 9 deletions
diff --git a/recipes/coreutils/coreutils-6.0.inc b/recipes/coreutils/coreutils-6.0.inc index 0dd2512021..7b0c3103c1 100644 --- a/recipes/coreutils/coreutils-6.0.inc +++ b/recipes/coreutils/coreutils-6.0.inc @@ -2,6 +2,6 @@ require coreutils.inc SRC_URI = "\ ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \ - file://futimens.patch;patch=1 \ - file://coreutils-install-use-STRIP.patch;patch=1 \ + file://futimens.patch;apply=yes \ + file://coreutils-install-use-STRIP.patch;apply=yes \ " diff --git a/recipes/coreutils/coreutils-7.2.inc b/recipes/coreutils/coreutils-7.2.inc index 7ab42213c9..defd4de72d 100644 --- a/recipes/coreutils/coreutils-7.2.inc +++ b/recipes/coreutils/coreutils-7.2.inc @@ -1,4 +1,4 @@ require coreutils.inc SRC_URI = "ftp://ftp.gnu.org/gnu/coreutils/coreutils-${PV}.tar.gz \ - file://coreutils-7.2-fix-sort-segfault.patch;patch=1" + file://coreutils-7.2-fix-sort-segfault.patch;apply=yes" diff --git a/recipes/coreutils/coreutils_6.0.bb b/recipes/coreutils/coreutils_6.0.bb index 2cb147f211..3504d24160 100644 --- a/recipes/coreutils/coreutils_6.0.bb +++ b/recipes/coreutils/coreutils_6.0.bb @@ -4,8 +4,8 @@ require coreutils-target.inc PR = "r3" SRC_URI += "\ - file://man.patch;patch=1 \ - file://oe-old-tools.patch;patch=1 \ + file://man.patch;apply=yes \ + file://oe-old-tools.patch;apply=yes \ " SRC_URI[md5sum] = "c15219721e6590fa13bf50af49e712c2" diff --git a/recipes/coreutils/coreutils_7.1.bb b/recipes/coreutils/coreutils_7.1.bb index 9a7f52ecef..c43bc7bb37 100644 --- a/recipes/coreutils/coreutils_7.1.bb +++ b/recipes/coreutils/coreutils_7.1.bb @@ -3,8 +3,8 @@ require coreutils-target.inc PR = "r0.1" -SRC_URI += "file://automake-version.patch;patch=1 \ - file://man.patch;patch=1" +SRC_URI += "file://automake-version.patch;apply=yes \ + file://man.patch;apply=yes" SRC_URI[md5sum] = "cbb2b3d1718ee1237b808e00b5c11b1e" SRC_URI[sha256sum] = "813cb19fa19a885f342664109c7c5810f0081b624ff317bba8d1b6ccd83c2a05" diff --git a/recipes/coreutils/coreutils_7.2.bb b/recipes/coreutils/coreutils_7.2.bb index 3a0fae5e5b..bc8297c5ab 100644 --- a/recipes/coreutils/coreutils_7.2.bb +++ b/recipes/coreutils/coreutils_7.2.bb @@ -3,8 +3,8 @@ require coreutils-target.inc PR = "r0" -SRC_URI += "file://automake-version.patch;patch=1 \ - file://man.patch;patch=1" +SRC_URI += "file://automake-version.patch;apply=yes \ + file://man.patch;apply=yes" SRC_URI[md5sum] = "427c2914d3eab956f317c9ec6a45e62a" SRC_URI[sha256sum] = "dd77bfec92e5a3ad48abd8a5bda3f8d40149c4e24744e4173abc3cc6a731fdb2" |