Pin ubootchart srcrev, and remove integrated patch

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3076 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-11-06 08:54:47 +00:00
parent 1ab9a48203
commit 3b6c384c05
3 changed files with 1 additions and 22 deletions

View File

@ -141,6 +141,7 @@ SRCREV_pn-libsync ?= "208"
SRCREV_pn-tasks ?= "299"
SRCREV_pn-networkmanager ?= "2984"
SRCREV_pn-networkmanager-applet ?= "263"
SRCREV_pn-ubootchart ?= "10"
#
# Preferred Versions:

View File

@ -1,21 +0,0 @@
Index: ubootchartd
===================================================================
--- ubootchartd (revision 9)
+++ ubootchartd (working copy)
@@ -7,9 +7,11 @@
# can read.
. /etc/ubootchart/ubootchart.conf
-####################################################
-# Now start capturing the stats:
-####################################################
-/sbin/ubootchartd_bin &
-exec $init_prog
+if [ $$ -eq 1 ]; then
+ ####################################################
+ # Now start capturing the stats:
+ ####################################################
+ /sbin/ubootchartd_bin &
+fi
+exec $init_prog "$@"

View File

@ -8,7 +8,6 @@ PR = "r3"
SRC_URI = "svn://ubootchart.googlecode.com/svn/;proto=http;module=trunk \
file://sysvinit.patch;patch=1;pnum=0 \
file://pass-args.patch;patch=1;pnum=0 \
file://ubootchart-stop \
file://ubootchart.desktop"