summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-11-05 18:37:00 +0000
committerRoss Burton <ross@openedhand.com>2007-11-05 18:37:00 +0000
commitc14191826c0fa3b4f950081e292d3e01d5ad5c6d (patch)
tree6bbccd32334e1a08bd43a09c2de9569b76c58bc1
parent7676c2b38e649b294bc1332839b3c3a26489dd34 (diff)
downloadpoky-c14191826c0fa3b4f950081e292d3e01d5ad5c6d.tar.gz
ubootchart: comment out acct dep for now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3073 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/ubootchart/ubootchart_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/ubootchart/ubootchart_svn.bb b/meta/packages/ubootchart/ubootchart_svn.bb
index 7ab485c58c..50bc9575d6 100644
--- a/meta/packages/ubootchart/ubootchart_svn.bb
+++ b/meta/packages/ubootchart/ubootchart_svn.bb
@@ -2,9 +2,9 @@ DESCRIPTION = "A boot profiling tool"
2HOMEPAGE = "http://code.google.com/p/ubootchart/" 2HOMEPAGE = "http://code.google.com/p/ubootchart/"
3LICENSE = "GPLv3" 3LICENSE = "GPLv3"
4PV = "0.0+r${SRCREV}" 4PV = "0.0+r${SRCREV}"
5PR = "r2" 5PR = "r3"
6 6
7RRECOMMENDS = "acct" 7#RRECOMMENDS = "acct"
8 8
9SRC_URI = "svn://ubootchart.googlecode.com/svn/;proto=http;module=trunk \ 9SRC_URI = "svn://ubootchart.googlecode.com/svn/;proto=http;module=trunk \
10 file://sysvinit.patch;patch=1;pnum=0 \ 10 file://sysvinit.patch;patch=1;pnum=0 \