diff options
Diffstat (limited to 'meta-extras')
-rw-r--r-- | meta-extras/packages/ubootchart/ubootchart_svn.bb | 3 |
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 b3f1ad30e..95e09c98a 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" |