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/mamona/cx3110x-770he_0.8.1.bb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'recipes/mamona/cx3110x-770he_0.8.1.bb') diff --git a/recipes/mamona/cx3110x-770he_0.8.1.bb b/recipes/mamona/cx3110x-770he_0.8.1.bb index 22609a6373..ff8d53ef4c 100644 --- a/recipes/mamona/cx3110x-770he_0.8.1.bb +++ b/recipes/mamona/cx3110x-770he_0.8.1.bb @@ -14,14 +14,14 @@ SRC_URI += "https://garage.maemo.org/frs/download.php/2443/cx3110x-0.8.1.tar.gz; http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2005q3-2-arm-none-eabi-i686-pc-linux-gnu.tar.bz2;name=arm \ http://dev.openbossa.org/mamona/sources/kernel-source-${KERVER}.tar.gz;name=kernel \ file://defconfig \ - file://fix_mem_corruption.patch;apply=yes \ - file://fix_mem_allign.patch;apply=yes \ - file://cx3110x.patch;apply=yes \ - file://fix_cross_makefile.patch;apply=yes \ - file://fix_ssid_data_length.patch;apply=yes \ - file://770_performance_improvements.patch;apply=yes \ - file://create_sysfs_link_for_wlan0.patch;apply=yes \ - file://fix_opps_while_connecting_with_nm.patch;apply=yes \ + file://fix_mem_corruption.patch \ + file://fix_mem_allign.patch \ + file://cx3110x.patch \ + file://fix_cross_makefile.patch \ + file://fix_ssid_data_length.patch \ + file://770_performance_improvements.patch \ + file://create_sysfs_link_for_wlan0.patch \ + file://fix_opps_while_connecting_with_nm.patch \ " SRC_URI[archive.md5sum] = "85c115a81fa4429bee2cd16bfe961d44" -- cgit 1.2.3-korg