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/procps/procps.inc | 2 +- recipes/procps/procps_3.2.8.bb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/procps') diff --git a/recipes/procps/procps.inc b/recipes/procps/procps.inc index 06526044dc..863debf599 100644 --- a/recipes/procps/procps.inc +++ b/recipes/procps/procps.inc @@ -13,7 +13,7 @@ INC_PR = "r9" SRC_URI = "http://procps.sourceforge.net/procps-${PV}.tar.gz;name=tarball \ file://sysctl.conf \ file://procps.init \ - file://install.patch;apply=yes" + file://install.patch" inherit autotools update-rc.d diff --git a/recipes/procps/procps_3.2.8.bb b/recipes/procps/procps_3.2.8.bb index 2d620e2d36..a2653b1647 100644 --- a/recipes/procps/procps_3.2.8.bb +++ b/recipes/procps/procps_3.2.8.bb @@ -2,9 +2,9 @@ require procps.inc PR = "${INC_PR}.1" -SRC_URI += "file://procmodule.patch;apply=yes \ - file://psmodule.patch;apply=yes \ - file://linux-limits.patch;apply=yes \ +SRC_URI += "file://procmodule.patch \ + file://psmodule.patch \ + file://linux-limits.patch \ file://60_linux_version_init.dpatch;apply=yes \ " -- cgit 1.2.3-korg