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

git version control git at git.openembedded.org
Wed Mar 17 14:30:02 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: aeafbebf1d8067e59fc2cad6c5e94beb86e63f65
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=aeafbebf1d8067e59fc2cad6c5e94beb86e63f65

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Mar 15 10:48:56 2010 +0100

navit: bump SRCREV

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

---

 conf/distro/include/sane-srcrevs.inc   |    2 ++
 recipes/navit/navit-icons/configure.in |    1 +
 recipes/navit/navit-icons_svn.bb       |    4 +++-
 recipes/navit/navit_svn.bb             |    3 ++-
 4 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 9947ebb..c0d88aa 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -133,6 +133,8 @@ SRCREV_pn-mplayer-maemo ?= "342"
 SRCREV_pn-msn-pecan ?= "e795b33b29d792f19fcf699275eb966dc68be257"
 SRCREV_pn-multitap-pad ?= "373"
 SRCREV_pn-mux ?= "72460e890dbb15edbf7dc193116be0dcf9794a8b"
+SRCREV_pn-neod ?= "4617"
+SRCREV_pn-neomis ?= "6"
 SRCREV_pn-net-snmp ?= "17367"
 SRCREV_pn-netsurf ?= "3859"
 SRCREV_pn-oh-puzzles ?= "22"
diff --git a/recipes/navit/navit-icons/configure.in b/recipes/navit/navit-icons/configure.in
index 2525900..4ffc7b0 100644
--- a/recipes/navit/navit-icons/configure.in
+++ b/recipes/navit/navit-icons/configure.in
@@ -60,6 +60,7 @@ AM_CONDITIONAL(USE_SVG2PNG_SCALES_FLAG, test "x${SVG2PNG_SCALES_FLAG}" != "xyes"
 AM_CONDITIONAL(USE_SVG2PNG_SCALES_NAV, test "x${SVG2PNG_SCALES_NAV}" != "xyes" -a "x${SVG2PNG_SCALES_NAV}" != "x")
 AM_CONDITIONAL(USE_SVG2PNG, test "x${enable_svg2png}" = "xyes")
 AM_CONDITIONAL(USE_SVG, test "x${enable_svg}" = "xyes")
+AM_CONDITIONAL(SUPPORT_WIN32, [test "x$win32" = "xyes"])
 
 AC_CONFIG_FILES([
 Makefile
diff --git a/recipes/navit/navit-icons_svn.bb b/recipes/navit/navit-icons_svn.bb
index f171e4d..ad36b0e 100644
--- a/recipes/navit/navit-icons_svn.bb
+++ b/recipes/navit/navit-icons_svn.bb
@@ -18,7 +18,9 @@ inherit autotools
 
 FILES_${PN} = " /usr/share/navit/xpm/"
 
-#use different URL than navit_svn doest, to prevent upgrade/downgrade cycle in downloads dir
+SRCREV = "2948"
+
+#use different URL than navit_svn does, to prevent upgrade/downgrade cycle in downloads dir
 SRC_URI = "svn://anonymous@navit.svn.sourceforge.net/svnroot/navit/trunk/navit/navit;module=xpm;proto=https \
            file://configure.in"
 
diff --git a/recipes/navit/navit_svn.bb b/recipes/navit/navit_svn.bb
index bbe10ca..ca04ccc 100644
--- a/recipes/navit/navit_svn.bb
+++ b/recipes/navit/navit_svn.bb
@@ -16,6 +16,7 @@ DEPENDS_shr += " librsvg-native"
 RDEPENDS = " navit-icons"
 EXTRA_OECONF += " --enable-svg2png-scaling-flag=32 --disable-speech-speech-dispatcher --enable-cache-size=20971520"
 
+SRCREV = "3012"
 SRC_URI = "svn://anonymous@navit.svn.sourceforge.net/svnroot/navit/trunk;module=navit;proto=https"
 
 EXTRA_AUTORECONF = " -I m4"
@@ -35,7 +36,7 @@ SRC_URI += "file://navit.xml \
             file://osd.xml \
             file://speech.xml \
             file://plugins.xml \
-	   "
+           "
 
 #Second launcher for shr
 SRC_URI_append_shr = "file://navitD.desktop \





More information about the Openembedded-commits mailing list