diff options
Diffstat (limited to 'recipes/maemo-mapper')
-rw-r--r-- | recipes/maemo-mapper/maemo-mapper-nohildon_svn.bb | 4 | ||||
-rw-r--r-- | recipes/maemo-mapper/maemo-mapper_svn.bb | 2 |
2 files changed, 3 insertions, 3 deletions
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" |