diff options
author | Ross Burton <ross@openedhand.com> | 2007-11-06 08:54:47 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-11-06 08:54:47 +0000 |
commit | 3b6c384c0513d5a3f3665d81ea538c8f9d13ead1 (patch) | |
tree | 0dccffa1d43e0b6fd2e9f1ff11f13b9f5a4290e7 /meta/packages/ubootchart | |
parent | 1ab9a482036a7a9314d47377c11f4478b9b77903 (diff) | |
download | poky-3b6c384c0513d5a3f3665d81ea538c8f9d13ead1.tar.gz |
Pin ubootchart srcrev, and remove integrated patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3076 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/ubootchart')
-rw-r--r-- | meta/packages/ubootchart/files/pass-args.patch | 21 | ||||
-rw-r--r-- | meta/packages/ubootchart/ubootchart_svn.bb | 1 |
2 files changed, 0 insertions, 22 deletions
diff --git a/meta/packages/ubootchart/files/pass-args.patch b/meta/packages/ubootchart/files/pass-args.patch deleted file mode 100644 index 9ad4282f21..0000000000 --- a/meta/packages/ubootchart/files/pass-args.patch +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | Index: ubootchartd | ||
2 | =================================================================== | ||
3 | --- ubootchartd (revision 9) | ||
4 | +++ ubootchartd (working copy) | ||
5 | @@ -7,9 +7,11 @@ | ||
6 | # can read. | ||
7 | . /etc/ubootchart/ubootchart.conf | ||
8 | |||
9 | -#################################################### | ||
10 | -# Now start capturing the stats: | ||
11 | -#################################################### | ||
12 | -/sbin/ubootchartd_bin & | ||
13 | -exec $init_prog | ||
14 | +if [ $$ -eq 1 ]; then | ||
15 | + #################################################### | ||
16 | + # Now start capturing the stats: | ||
17 | + #################################################### | ||
18 | + /sbin/ubootchartd_bin & | ||
19 | +fi | ||
20 | |||
21 | +exec $init_prog "$@" | ||
diff --git a/meta/packages/ubootchart/ubootchart_svn.bb b/meta/packages/ubootchart/ubootchart_svn.bb index 50bc9575d6..99bb913a7f 100644 --- a/meta/packages/ubootchart/ubootchart_svn.bb +++ b/meta/packages/ubootchart/ubootchart_svn.bb | |||
@@ -8,7 +8,6 @@ PR = "r3" | |||
8 | 8 | ||
9 | SRC_URI = "svn://ubootchart.googlecode.com/svn/;proto=http;module=trunk \ | 9 | SRC_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 \ |
11 | file://pass-args.patch;patch=1;pnum=0 \ | ||
12 | file://ubootchart-stop \ | 11 | file://ubootchart-stop \ |
13 | file://ubootchart.desktop" | 12 | file://ubootchart.desktop" |
14 | 13 | ||