diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-10-21 14:14:10 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-11-01 08:54:52 +0100 |
| commit | e10965933fa18d86d73c559dbee501e30c2da33b (patch) | |
| tree | b4c902d41b503c66b84e6e9a19aae6275a7f6fbb /meta-oe/recipes-navigation/navit/navit_svn.bb | |
| parent | e4aee60b23d536ede9fd536b321dd02303267412 (diff) | |
| download | meta-openembedded-e10965933fa18d86d73c559dbee501e30c2da33b.tar.gz | |
navit: upgrade to latest SRCREV and remove navit-icons
* separate directory cannot be fetched with subversion-1.7.0
svn: E155000: '/OE/downloads/svn/navit.svn.sourceforge.net/svnroot/navit/trunk/navit/navit/xpm' is already a working copy for a different URL
and other users had problem with navit-icons trying to downgrade to older SRCREV and then upgrading again when building navit (failing with unversioned directories)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-navigation/navit/navit_svn.bb')
| -rw-r--r-- | meta-oe/recipes-navigation/navit/navit_svn.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-navigation/navit/navit_svn.bb b/meta-oe/recipes-navigation/navit/navit_svn.bb index b5484faa68..67da7a9e8a 100644 --- a/meta-oe/recipes-navigation/navit/navit_svn.bb +++ b/meta-oe/recipes-navigation/navit/navit_svn.bb | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | require navit.inc | 1 | require navit.inc |
| 2 | 2 | ||
| 3 | SRCREV = "4495" | 3 | SRCREV = "4841" |
| 4 | PV = "0.2.0+svnr${SRCPV}" | 4 | PV = "0.2.0+svnr${SRCPV}" |
| 5 | PR = "${INC_PR}.12" | 5 | PR = "${INC_PR}.0" |
| 6 | 6 | ||
| 7 | S = "${WORKDIR}/navit" | 7 | S = "${WORKDIR}/${PN}" |
| 8 | SRC_URI += "svn://anonymous@navit.svn.sourceforge.net/svnroot/navit/trunk;module=navit;proto=http " | 8 | SRC_URI += "svn://anonymous@navit.svn.sourceforge.net/svnroot/navit/trunk;module=navit;proto=http " |
