[oe-commits] Martin Jansa : navit: bump SRCREV

git version control git at git.openembedded.org
Thu Jun 10 19:55:44 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 296dc83c01ca5349a4fb2c957c0bf95972df7522
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=296dc83c01ca5349a4fb2c957c0bf95972df7522

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jun 10 10:33:26 2010 +0200

navit: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/navit/navit_svn.bb |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/navit/navit_svn.bb b/recipes/navit/navit_svn.bb
index d0d14c3..2a8d240 100644
--- a/recipes/navit/navit_svn.bb
+++ b/recipes/navit/navit_svn.bb
@@ -1,6 +1,7 @@
 require navit.inc
 
-PV = "0.1.0+svnr${SRCPV}"
+SRCREV = "3349"
+PV = "0.1.99+svnr${SRCPV}"
 PR = "${INC_PR}.6"
 
 S = "${WORKDIR}/navit"
@@ -11,9 +12,11 @@ RSUGGESTS_${PN} = "flite espeak"
 
 DEPENDS_shr += " gd librsvg-native"
 RDEPENDS_${PN} = " navit-icons"
+DEPENDS_append_shr = " gypsy"
+RDEPENDS_append_shr = " fsoraw"
+
 EXTRA_OECONF += " --enable-svg2png-scaling-flag=32 --disable-speech-speech-dispatcher --enable-cache-size=20971520"
 
-SRCREV = "3279"
 SRC_URI = "svn://anonymous@navit.svn.sourceforge.net/svnroot/navit/trunk;module=navit;proto=https"
 
 EXTRA_AUTORECONF = " -I m4"
@@ -40,9 +43,6 @@ SRC_URI_append_shr = "file://navitD.desktop \
                       file://navitD.png \
                      "
 
-DEPENDS_append_shr = " gypsy"
-RDEPENDS_append_shr = " fsoraw"
-
 do_configure_prepend() {
   #Remove xpm building, replaced by icons in own package
   sed -i 's/\(.*SUBDIRS.*\) xpm\( \|$\)\(.*\)/\1\2\3/g' ${S}/navit/Makefile.am





More information about the Openembedded-commits mailing list