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/nonworking/greader/greader_0.61.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/nonworking/greader/greader_0.61.bb') diff --git a/recipes/nonworking/greader/greader_0.61.bb b/recipes/nonworking/greader/greader_0.61.bb index 392a1205e9..a75d208ccf 100644 --- a/recipes/nonworking/greader/greader_0.61.bb +++ b/recipes/nonworking/greader/greader_0.61.bb @@ -6,7 +6,7 @@ SECTION = "gpe/applications" #RDEPENDS = "gpe-icons" SRC_URI = "http://handhelds.org/~gberenfield/${PN}_${PV}_src.tgz \ - file://greader.patch;apply=yes" + file://greader.patch" S = "${WORKDIR}/greader/" SRC_URI[md5sum] = "6a2c4167c79ccd768e770e693e5e69bd" -- cgit 1.2.3-korg