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/orinoco/orinoco-modules_0.15rc2.bb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'recipes/orinoco/orinoco-modules_0.15rc2.bb') diff --git a/recipes/orinoco/orinoco-modules_0.15rc2.bb b/recipes/orinoco/orinoco-modules_0.15rc2.bb index a1978bc0e1..1af5dca656 100644 --- a/recipes/orinoco/orinoco-modules_0.15rc2.bb +++ b/recipes/orinoco/orinoco-modules_0.15rc2.bb @@ -6,12 +6,12 @@ RDEPENDS_orinoco-modules-cs += "orinoco-modules spectrum-fw" PR = "r10" SRC_URI += "\ - file://makefile_fix.patch;apply=yes \ - file://list-move.patch;apply=yes \ - file://add_utsname.patch;apply=yes \ - file://add_event.patch;apply=yes \ - file://spectrum_cs_ids.patch;apply=yes \ - file://catch-up-with-kernel-changes.patch;apply=yes" + file://makefile_fix.patch \ + file://list-move.patch \ + file://add_utsname.patch \ + file://add_event.patch \ + file://spectrum_cs_ids.patch \ + file://catch-up-with-kernel-changes.patch" do_install() { install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/net/ -- cgit 1.2.3-korg