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/maemo-mapper/maemo-mapper-nohildon_svn.bb | 4 ++-- recipes/maemo-mapper/maemo-mapper_svn.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/maemo-mapper') diff --git a/recipes/maemo-mapper/maemo-mapper-nohildon_svn.bb b/recipes/maemo-mapper/maemo-mapper-nohildon_svn.bb index 275eb37cab..0385263534 100644 --- a/recipes/maemo-mapper/maemo-mapper-nohildon_svn.bb +++ b/recipes/maemo-mapper/maemo-mapper-nohildon_svn.bb @@ -8,8 +8,8 @@ PR = "r1" # Only works with SRCDATE_maemo-mapper-nohildon = "20061114" SRC_URI = "svn://garage.maemo.org/svn/maemo-mapper;proto=https;module=trunk \ - http://home.tal.org/%7Emilang/n770/maemo-mapper-desktop-20061114-001.patch;apply=yes;striplevel=0;name=mapperPatch \ - file://fix_segfault.patch;apply=yes" + http://home.tal.org/%7Emilang/n770/maemo-mapper-desktop-20061114-001.patch;striplevel=0;name=mapperPatch \ + file://fix_segfault.patch" S = "${WORKDIR}/trunk" diff --git a/recipes/maemo-mapper/maemo-mapper_svn.bb b/recipes/maemo-mapper/maemo-mapper_svn.bb index 0fb591c2c2..94fccab01b 100644 --- a/recipes/maemo-mapper/maemo-mapper_svn.bb +++ b/recipes/maemo-mapper/maemo-mapper_svn.bb @@ -8,7 +8,7 @@ PV = "2.0.3+svnr${SRCPV}" PR = "r2" SRC_URI = "svn://garage.maemo.org/svn/maemo-mapper;proto=https;module=trunk \ - file://mapper-hildon1.diff;apply=yes;maxrev=108" + file://mapper-hildon1.diff;maxrev=108" S = "${WORKDIR}/trunk" -- cgit v1.2.3