From 6fe7cef27069415f2eba36bc640cf59013d4979b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 24 May 2010 13:01:00 -0700 Subject: 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 Acked-by: Denys Dmytriyenko Acked-by: Khem Raj --- recipes/lmbench/lmbench_2.0.4.bb | 4 ++-- recipes/lmbench/lmbench_2.5.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/lmbench') diff --git a/recipes/lmbench/lmbench_2.0.4.bb b/recipes/lmbench/lmbench_2.0.4.bb index 723eb1225a..bb852abd2d 100644 --- a/recipes/lmbench/lmbench_2.0.4.bb +++ b/recipes/lmbench/lmbench_2.0.4.bb @@ -5,8 +5,8 @@ RDEPENDS = "debianutils" PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/lmbench/lmbench-${PV}.tgz \ - file://debian.patch;apply=yes \ - file://exe.patch;apply=yes \ + file://debian.patch \ + file://exe.patch \ file://lmbench-run" S = "${WORKDIR}/lmbench-${PV}" diff --git a/recipes/lmbench/lmbench_2.5.bb b/recipes/lmbench/lmbench_2.5.bb index d18d33a0af..3692dafe92 100644 --- a/recipes/lmbench/lmbench_2.5.bb +++ b/recipes/lmbench/lmbench_2.5.bb @@ -5,7 +5,7 @@ RDEPENDS = "debianutils" PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/lmbench/lmbench-${PV}.tgz \ - file://build.patch;apply=yes \ + file://build.patch \ file://lmbench-run" S = "${WORKDIR}/lmbench-${PV}" -- cgit v1.2.3