[oe-commits] Christopher Larson : typecheck.bbclass: update per current variable typing code

git at git.openembedded.org git at git.openembedded.org
Fri May 11 16:58:37 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 13fcda4b158ce944d64b22bd5b63ce0f51faad67
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=13fcda4b158ce944d64b22bd5b63ce0f51faad67

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Wed May  9 21:40:14 2012 -0500

typecheck.bbclass: update per current variable typing code

Signed-off-by: Christopher Larson <chris_larson at 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





More information about the Openembedded-commits mailing list