diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-24 13:01:00 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:54:52 -0700 |
commit | 6fe7cef27069415f2eba36bc640cf59013d4979b (patch) | |
tree | b0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/linux-ha | |
parent | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff) |
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/linux-ha')
-rw-r--r-- | recipes/linux-ha/cluster-glue_1.0.5.bb | 4 | ||||
-rw-r--r-- | recipes/linux-ha/cluster-resource-agents_1.0.3.bb | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes/linux-ha/cluster-glue_1.0.5.bb b/recipes/linux-ha/cluster-glue_1.0.5.bb index c44f08aac9..23fb5bb5f6 100644 --- a/recipes/linux-ha/cluster-glue_1.0.5.bb +++ b/recipes/linux-ha/cluster-glue_1.0.5.bb @@ -10,10 +10,10 @@ PR = "r0" SRC_URI = " \ http://hg.linux-ha.org/glue/archive/glue-${PV}.tar.bz2;name=tar \ - file://glue-remove-getpid-check.patch;apply=yes \ + file://glue-remove-getpid-check.patch \ file://volatiles \ " -SRC_URI_append_libc-uclibc = " file://kill-stack-protector.patch;apply=yes" +SRC_URI_append_libc-uclibc = " file://kill-stack-protector.patch" SRC_URI[tar.md5sum] = "09721e2d2ab3c3fa6696b4347e31721a" SRC_URI[tar.sha256sum] = "c437a04494850b79c094f7e84d396e917ec09d9a2fdfb7c11f3b420741ea91a2" diff --git a/recipes/linux-ha/cluster-resource-agents_1.0.3.bb b/recipes/linux-ha/cluster-resource-agents_1.0.3.bb index fb21b24850..d1736ff2fa 100644 --- a/recipes/linux-ha/cluster-resource-agents_1.0.3.bb +++ b/recipes/linux-ha/cluster-resource-agents_1.0.3.bb @@ -6,10 +6,10 @@ PR = "r0" SRC_URI = " \ http://hg.linux-ha.org/agents/archive/agents-${PV}.tar.bz2;name=tar \ - file://fix-header-defs-lookup.patch;apply=yes \ - file://disable-doc-build.patch;apply=yes \ + file://fix-header-defs-lookup.patch \ + file://disable-doc-build.patch \ " -SRC_URI_append_libc-uclibc = " file://kill-stack-protector.patch;apply=yes" +SRC_URI_append_libc-uclibc = " file://kill-stack-protector.patch" SRC_URI[tar.md5sum] = "fcaa2cfd83a28d1965200e11db2ddd41" SRC_URI[tar.sha256sum] = "09b58332e34cf128c8d53d5bb4b3f61e402c2e0c0c809f5abae53ca144ad101e" |