All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] typecheck.bbclass: update per current variable typing code
@ 2012-05-10  2:40 Christopher Larson
  2012-05-10  2:40 ` [PATCH 2/2] archiver.bbclass: leverage variable typing support Christopher Larson
  2012-05-11 17:38 ` [PATCH 1/2] typecheck.bbclass: update per current variable typing code Saul Wold
  0 siblings, 2 replies; 5+ messages in thread
From: Christopher Larson @ 2012-05-10  2:40 UTC (permalink / raw)
  To: openembedded-core; +Cc: Christopher Larson

From: Christopher Larson <chris_larson@mentor.com>

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
---
 meta/classes/typecheck.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/typecheck.bbclass b/meta/classes/typecheck.bbclass
index 646cd4e..353532d 100644
--- a/meta/classes/typecheck.bbclass
+++ b/meta/classes/typecheck.bbclass
@@ -7,6 +7,6 @@ python check_types() {
     if isinstance(e, bb.event.ConfigParsed):
         for key in e.data.keys():
             if e.data.getVarFlag(key, "type"):
-                oe.types.value(key, e.data)
+                oe.data.typed_value(key, e.data)
 }
 addhandler check_types
-- 
1.7.7




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

end of thread, other threads:[~2012-05-11 17:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10  2:40 [PATCH 1/2] typecheck.bbclass: update per current variable typing code Christopher Larson
2012-05-10  2:40 ` [PATCH 2/2] archiver.bbclass: leverage variable typing support Christopher Larson
2012-05-10  5:03   ` Saul Wold
2012-05-10  5:05     ` Chris Larson
2012-05-11 17:38 ` [PATCH 1/2] typecheck.bbclass: update per current variable typing code Saul Wold

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.