10 May 2012 04:40
[PATCH 1/2] typecheck.bbclass: update per current variable typing code
From: Christopher Larson <chris_larson@...> Signed-off-by: Christopher Larson <chris_larson@...> --- 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 <at> <at> -7,6 +7,6 <at> <at> 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
RSS Feed