summaryrefslogtreecommitdiffstats
path: root/meta-extras
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-11-05 10:33:50 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-11-05 10:33:50 +0000
commit7331982bb70539466f40e80f1581c0e475782db9 (patch)
tree0e2fc5ae61d8fb5f4f476b70f4031124b366fe51 /meta-extras
parent94b124a62e89e470d3b628307622a492437525fe (diff)
downloadopenembedded-core-7331982bb70539466f40e80f1581c0e475782db9.tar.gz
ubootchart: added proper PV
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3066 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras')
-rw-r--r--meta-extras/packages/ubootchart/ubootchart_svn.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-extras/packages/ubootchart/ubootchart_svn.bb b/meta-extras/packages/ubootchart/ubootchart_svn.bb
index b3f1ad30ee..95e09c98a8 100644
--- a/meta-extras/packages/ubootchart/ubootchart_svn.bb
+++ b/meta-extras/packages/ubootchart/ubootchart_svn.bb
@@ -1,6 +1,7 @@
DESCRIPTION = "A boot profiling tool"
HOMEPAGE = "http://code.google.com/p/ubootchart/"
-LICENSE="GPLv3"
+LICENSE = "GPLv3"
+PV = "0.0+r${SRCREV}"
SRC_URI = "svn://ubootchart.googlecode.com/svn/;proto=http;module=trunk \
file://sysvinit.patch;patch=1;pnum=0"