Whoops, wrong list, and lame commit message.

Ross

On 10 December 2015 at 15:24, Ross Burton <ross.bur...@intel.com> wrote:

> Signed-off-by: Ross Burton <ross.bur...@intel.com>
> ---
>  bitbake/lib/bb/cooker.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py
> index 4df8881..d39c64b 100644
> --- a/bitbake/lib/bb/cooker.py
> +++ b/bitbake/lib/bb/cooker.py
> @@ -1072,7 +1072,7 @@ class BBCooker:
>
>          for pfn in self.recipecache.pkg_fn:
>              inherits = self.recipecache.inherits.get(pfn, None)
> -            if inherits and inherits.count(klass) > 0:
> +            if inherits and klass in inherits:
>                  pkg_list.append(self.recipecache.pkg_fn[pfn])
>
>          return pkg_list
> --
> 2.1.4
>
>
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to