aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/coreutils
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-24 13:01:00 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:54:52 -0700
commit6fe7cef27069415f2eba36bc640cf59013d4979b (patch)
treeb0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/coreutils
parentbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff)
downloadopenembedded-6fe7cef27069415f2eba36bc640cf59013d4979b.tar.gz
Make the do_patch apply=yes param implicit if extension is .diff/.patch
For .diff/.patch you need to apply manually, you can specify apply=no. 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.inc4
-rw-r--r--recipes/coreutils/coreutils-7.2.inc2
-rw-r--r--recipes/coreutils/coreutils_6.0.bb4
-rw-r--r--recipes/coreutils/coreutils_7.1.bb4
-rw-r--r--recipes/coreutils/coreutils_7.2.bb4
5 files changed, 9 insertions, 9 deletions
diff --git a/recipes/coreutils/coreutils-6.0.inc b/recipes/coreutils/coreutils-6.0.inc
index 7b0c3103c1..41f26cff72 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;apply=yes \
- file://coreutils-install-use-STRIP.patch;apply=yes \
+ file://futimens.patch \
+ file://coreutils-install-use-STRIP.patch \
"
diff --git a/recipes/coreutils/coreutils-7.2.inc b/recipes/coreutils/coreutils-7.2.inc
index defd4de72d..d91a181429 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;apply=yes"
+ file://coreutils-7.2-fix-sort-segfault.patch"
diff --git a/recipes/coreutils/coreutils_6.0.bb b/recipes/coreutils/coreutils_6.0.bb
index 3504d24160..32f0f1f702 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;apply=yes \
- file://oe-old-tools.patch;apply=yes \
+ file://man.patch \
+ file://oe-old-tools.patch \
"
SRC_URI[md5sum] = "c15219721e6590fa13bf50af49e712c2"
diff --git a/recipes/coreutils/coreutils_7.1.bb b/recipes/coreutils/coreutils_7.1.bb
index c43bc7bb37..539340f910 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;apply=yes \
- file://man.patch;apply=yes"
+SRC_URI += "file://automake-version.patch \
+ file://man.patch"
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 bc8297c5ab..709bd4a67b 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;apply=yes \
- file://man.patch;apply=yes"
+SRC_URI += "file://automake-version.patch \
+ file://man.patch"
SRC_URI[md5sum] = "427c2914d3eab956f317c9ec6a45e62a"
SRC_URI[sha256sum] = "dd77bfec92e5a3ad48abd8a5bda3f8d40149c4e24744e4173abc3cc6a731fdb2"