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/e17/entrance_0.9.0.010.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'recipes/e17/entrance_0.9.0.010.bb') diff --git a/recipes/e17/entrance_0.9.0.010.bb b/recipes/e17/entrance_0.9.0.010.bb index 472c860362..92c235b23b 100644 --- a/recipes/e17/entrance_0.9.0.010.bb +++ b/recipes/e17/entrance_0.9.0.010.bb @@ -11,11 +11,11 @@ SRCREV = "46589" inherit e SRC_URI += "\ - file://rebased_config-db.patch;apply=yes \ - file://allow-missing-xsession.patch;apply=yes \ - file://run-Xinit.patch;apply=yes \ - file://fix-auth-mode.patch;apply=yes \ - file://use-bash.patch;apply=yes \ + file://rebased_config-db.patch \ + file://allow-missing-xsession.patch \ + file://run-Xinit.patch \ + file://fix-auth-mode.patch \ + file://use-bash.patch \ file://Sessions" S = "${WORKDIR}/entrance" -- cgit 1.2.3-korg