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/apt/apt-native_0.7.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/apt/apt-native_0.7.2.bb') diff --git a/recipes/apt/apt-native_0.7.2.bb b/recipes/apt/apt-native_0.7.2.bb index a701360220..a7278ff77f 100644 --- a/recipes/apt/apt-native_0.7.2.bb +++ b/recipes/apt/apt-native_0.7.2.bb @@ -1,8 +1,8 @@ require apt-native.inc PR = "r4" -SRC_URI += "file://nodoc.patch;apply=yes \ - file://noconfigure.patch;apply=yes" +SRC_URI += "file://nodoc.patch \ + file://noconfigure.patch" SRC_URI[md5sum] = "c66f943203fa24e85ed8c48f6ac5ad1e" SRC_URI[sha256sum] = "e7d58e2b202713b4df8cd5fd58bc20ba8d31c0da6e5e3b3c89a138dbf0b24ad9" -- cgit 1.2.3-korg