From: Koen Kooi Date: Sat, 14 Oct 2006 20:04:42 +0000 (+0000) Subject: bitbake svn: trunk is 1.7.0, not 0.0 X-Git-Tag: Release-2010-05/1~9453^2~567^2~165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc4a4a7224a5dd4936faa81e25ef1ca442b5e50f;p=openembedded.git bitbake svn: trunk is 1.7.0, not 0.0 --- diff --git a/packages/bitbake/bitbake_svn.bb b/packages/bitbake/bitbake_svn.bb index 1df6dacbed..d43d03b0f3 100644 --- a/packages/bitbake/bitbake_svn.bb +++ b/packages/bitbake/bitbake_svn.bb @@ -6,7 +6,7 @@ DEFAULT_PREFERENCE = "-1" # We don't need a toolchain... INHIBIT_DEFAULT_DEPS = "1" -PV = "0.0+svn${SRCDATE}" +PV = "1.7.0+svn${SRCDATE}" SRC_URI = "svn://svn.berlios.de/bitbake/trunk;module=bitbake" # SRC_URI = "svn+ssh://svn.berlios.de/bitbake/trunk;module=bitbake" S = "${WORKDIR}/bitbake"