aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2010-11-20 01:31:29 +0100
committerFlorian Boor <florian@kernelconcepts.de>2011-05-03 15:59:31 +0200
commit6a481ab47ea78d0a1693c32eeade5fdadf7af459 (patch)
treeff830fa56835dfbbebcb77606059e8324cb237cb
parent0f83072a1657e0aca61027233a5a08291e5ea065 (diff)
downloadopenembedded-6a481ab47ea78d0a1693c32eeade5fdadf7af459.tar.gz
ubootchart: Set a default SRCREV
Signed-off-by: Florian Boor <florian@kernelconcepts.de>
-rw-r--r--recipes/ubootchart/ubootchart_svn.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/ubootchart/ubootchart_svn.bb b/recipes/ubootchart/ubootchart_svn.bb
index 4355317f93..835638c273 100644
--- a/recipes/ubootchart/ubootchart_svn.bb
+++ b/recipes/ubootchart/ubootchart_svn.bb
@@ -3,6 +3,7 @@ HOMEPAGE = "http://code.google.com/p/ubootchart/"
LICENSE="GPLv3"
PV = "0.1.0+svnr${SRCREV}"
PR = "r0"
+SRCREV_pn-ubootchart ?= "12"
SRC_URI="svn://ubootchart.googlecode.com/svn/;proto=http;module=trunk"
S = "${WORKDIR}/trunk"