All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] oestats-client: add metadata_scm inherit after base.bbclass split in 89b7e433719f43f1c36c76cb8856d559014e99bc
@ 2010-03-25 14:24 Martin Jansa
  2010-03-25 14:46 ` Antonio Ospite
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2010-03-25 14:24 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 classes/oestats-client.bbclass |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/classes/oestats-client.bbclass b/classes/oestats-client.bbclass
index e4e6206..5aad12b 100644
--- a/classes/oestats-client.bbclass
+++ b/classes/oestats-client.bbclass
@@ -9,6 +9,8 @@
 # OESTATS_BUILDER = "some_nickname"
 # 
 
+inherit metadata_scm
+
 def oestats_setid(d, val):
 	import bb
 	f = file(bb.data.getVar('TMPDIR', d, True) + '/oestats.id', 'w')
-- 
1.7.0.2




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-25 14:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-25 14:24 [PATCH] oestats-client: add metadata_scm inherit after base.bbclass split in 89b7e433719f43f1c36c76cb8856d559014e99bc Martin Jansa
2010-03-25 14:46 ` Antonio Ospite
2010-03-25 14:52   ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.