diff options
author | Ross Burton <ross@openedhand.com> | 2007-11-05 18:37:00 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-11-05 18:37:00 +0000 |
commit | c14191826c0fa3b4f950081e292d3e01d5ad5c6d (patch) | |
tree | 6bbccd32334e1a08bd43a09c2de9569b76c58bc1 | |
parent | 7676c2b38e649b294bc1332839b3c3a26489dd34 (diff) | |
download | openembedded-core-c14191826c0fa3b4f950081e292d3e01d5ad5c6d.tar.gz openembedded-core-c14191826c0fa3b4f950081e292d3e01d5ad5c6d.tar.bz2 openembedded-core-c14191826c0fa3b4f950081e292d3e01d5ad5c6d.zip |
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.bb | 4 |
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" HOMEPAGE = "http://code.google.com/p/ubootchart/" LICENSE = "GPLv3" PV = "0.0+r${SRCREV}" -PR = "r2" +PR = "r3" -RRECOMMENDS = "acct" +#RRECOMMENDS = "acct" SRC_URI = "svn://ubootchart.googlecode.com/svn/;proto=http;module=trunk \ file://sysvinit.patch;patch=1;pnum=0 \ |