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/hfsplusutils/hfsplusutils_1.0.4-4.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/hfsplusutils') diff --git a/recipes/hfsplusutils/hfsplusutils_1.0.4-4.bb b/recipes/hfsplusutils/hfsplusutils_1.0.4-4.bb index 889e9c5683..22e9cb8834 100644 --- a/recipes/hfsplusutils/hfsplusutils_1.0.4-4.bb +++ b/recipes/hfsplusutils/hfsplusutils_1.0.4-4.bb @@ -10,10 +10,10 @@ inherit kernel-arch autotools pkgconfig DEPENDS = " rpm2cpio-native" SRC_URI = "http://penguinppc.org/historical/hfsplus/hfsplusutils-1.0.4-4.src.rpm \ - file://hfsplusutils-1.0.4-errno.patch;apply=yes \ - file://hfsplusutils-1.0.4-gcc4.patch;apply=yes \ - file://hfsplusutils-1.0.4-glob.patch;apply=yes \ - file://hfsplusutils-1.0.4-string.patch;apply=yes \ + file://hfsplusutils-1.0.4-errno.patch \ + file://hfsplusutils-1.0.4-gcc4.patch \ + file://hfsplusutils-1.0.4-glob.patch \ + file://hfsplusutils-1.0.4-string.patch \ " do_unpack() { -- cgit 1.2.3-korg