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/reiser4progs/reiser4progs_1.0.4.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/reiser4progs') diff --git a/recipes/reiser4progs/reiser4progs_1.0.4.bb b/recipes/reiser4progs/reiser4progs_1.0.4.bb index 49119898ff..cd4ff41da4 100644 --- a/recipes/reiser4progs/reiser4progs_1.0.4.bb +++ b/recipes/reiser4progs/reiser4progs_1.0.4.bb @@ -8,10 +8,10 @@ SECTION = "base" LICENSE = "GPLv2" SRC_URI = "ftp://ftp.namesys.com/pub/${PN}/old-versions/${P}.tar.gz \ - file://oid40.c.patch;apply=yes \ - file://key_short.c.patch;apply=yes \ - file://key_large.c.patch;apply=yes \ - file://align.patch;apply=yes" + file://oid40.c.patch \ + file://key_short.c.patch \ + file://key_large.c.patch \ + file://align.patch" LIBAAL = "libaal" -- cgit 1.2.3-korg