[OE-core] [PATCH 1/2] typecheck.bbclass: update per current variable typing code

Saul Wold sgw at linux.intel.com
Fri May 11 17:38:05 UTC 2012


On 05/09/2012 07:40 PM, Christopher Larson wrote:
> From: Christopher Larson<chris_larson at mentor.com>
>
> 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

Merged this into OE-Core

Thanks
	Sau!




More information about the Openembedded-core mailing list