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/linux-ha/cluster-glue_1.0.5.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/linux-ha/cluster-glue_1.0.5.bb') diff --git a/recipes/linux-ha/cluster-glue_1.0.5.bb b/recipes/linux-ha/cluster-glue_1.0.5.bb index 16e122ef84..c44f08aac9 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;patch=1 \ + file://glue-remove-getpid-check.patch;apply=yes \ file://volatiles \ " -SRC_URI_append_libc-uclibc = " file://kill-stack-protector.patch;patch=1" +SRC_URI_append_libc-uclibc = " file://kill-stack-protector.patch;apply=yes" SRC_URI[tar.md5sum] = "09721e2d2ab3c3fa6696b4347e31721a" SRC_URI[tar.sha256sum] = "c437a04494850b79c094f7e84d396e917ec09d9a2fdfb7c11f3b420741ea91a2" -- cgit 1.2.3-korg