[oe-commits] org.oe.dev oestats-client.bbclass: add the DEPENDS variable to task reports

jeremy_laine commit oe at amethyst.openembedded.net
Tue May 20 11:04:17 UTC 2008


oestats-client.bbclass: add the DEPENDS variable to task reports

Author: jeremy_laine at openembedded.org
Branch: org.openembedded.dev
Revision: 3e1c95b89d63587e0583eaad187827c156f3e8e7
ViewMTN: http://monotone.openembedded.org/revision/info/3e1c95b89d63587e0583eaad187827c156f3e8e7
Files:
1
classes/oestats-client.bbclass
Diffs:

#
# mt diff -r055be03147b7936adcf742bba759266ded7ebe54 -r3e1c95b89d63587e0583eaad187827c156f3e8e7
#
#
#
# patch "classes/oestats-client.bbclass"
#  from [333dab6604b20f7fe2ee080a962eb87d096fb386]
#    to [cbad9e93d8f90cd155c2108cdca1f0bbd27b2000]
#
============================================================
--- classes/oestats-client.bbclass	333dab6604b20f7fe2ee080a962eb87d096fb386
+++ classes/oestats-client.bbclass	cbad9e93d8f90cd155c2108cdca1f0bbd27b2000
@@ -44,7 +44,7 @@ def oestats_send(server, action, vars = 
 
 	# 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),






More information about the Openembedded-commits mailing list