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/blueprobe/blueprobe_0.18.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/blueprobe/blueprobe_0.18.bb') diff --git a/recipes/blueprobe/blueprobe_0.18.bb b/recipes/blueprobe/blueprobe_0.18.bb index d4a9ca360c..941929742b 100644 --- a/recipes/blueprobe/blueprobe_0.18.bb +++ b/recipes/blueprobe/blueprobe_0.18.bb @@ -2,10 +2,10 @@ require blueprobe.inc PR = "r6" SRC_URI += "\ - file://fix-makefile.patch;apply=yes \ - file://h4000.patch;apply=yes \ - file://uclibc-fix.patch;apply=yes \ - file://rx3000.patch;apply=yes \ + file://fix-makefile.patch \ + file://h4000.patch \ + file://uclibc-fix.patch \ + file://rx3000.patch \ " SRC_URI[md5sum] = "174a1f2c9ffea150c7abe4becd99f2cd" -- cgit v1.2.3