git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f859bad
)
oestats-client.bbclass: add the DEPENDS variable to task reports
author
Jeremy Laine
<jeremy.laine@m4x.org>
Tue, 20 May 2008 10:59:46 +0000
(10:59 +0000)
committer
Jeremy Laine
<jeremy.laine@m4x.org>
Tue, 20 May 2008 10:59:46 +0000
(10:59 +0000)
classes/oestats-client.bbclass
patch
|
blob
|
history
diff --git
a/classes/oestats-client.bbclass
b/classes/oestats-client.bbclass
index
6338032
..
c05ede4
100644
(file)
--- a/
classes/oestats-client.bbclass
+++ b/
classes/oestats-client.bbclass
@@
-44,7
+44,7
@@
def oestats_send(server, action, vars = {}, files = {}):
# build headers
headers = {
- "User-agent": "oestats-client/0.
2
",
+ "User-agent": "oestats-client/0.
3
",
"Content-type": "multipart/form-data; boundary=%s" % bound,
"Content-length": str(len(body))}
@@
-135,6
+135,7
@@
def oestats_task(server, d, task, status):
'package': bb.data.getVar('PN', d, True),
'version': bb.data.getVar('PV', d, True),
'revision': bb.data.getVar('PR', d, True),
+ 'depends': bb.data.getVar('DEPENDS', d, True),
'task': task,
'status': status,
'time': str(elapsed),