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/base-passwd/base-passwd_3.5.20.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/base-passwd') diff --git a/recipes/base-passwd/base-passwd_3.5.20.bb b/recipes/base-passwd/base-passwd_3.5.20.bb index 75da83ef94..6e9c51b98f 100644 --- a/recipes/base-passwd/base-passwd_3.5.20.bb +++ b/recipes/base-passwd/base-passwd_3.5.20.bb @@ -5,9 +5,9 @@ PR = "r1" SRC_URI = "\ ${DEBIAN_MIRROR}/main/b/base-passwd/base-passwd_${PV}.tar.gz \ - file://nobash.patch;apply=yes \ - file://root-home.patch;apply=yes \ - file://mysql.patch;apply=yes \ + file://nobash.patch \ + file://root-home.patch \ + file://mysql.patch \ " S = "${WORKDIR}/base-passwd" -- cgit 1.2.3-korg