[OE-core] [PATCH] meta/lib/oe/utils.py: Corrected the return value of both_contain()

Otavio Salvador otavio at ossystems.com.br
Fri Apr 3 18:42:17 UTC 2015


On Fri, Apr 3, 2015 at 11:34 AM, Jun Zhu <R01007 at freescale.com> wrote:
> oe.utils.both_contain() should return the result as "checkvalue" or "",
> but the latest implement returns as "set(['checkvalue'])" or "";
>
> It causes that bitbake.conf generates the wrong result of COMBINED_FEATURES,
> which contains the common components in both DISTRO_FEATURE and MACHINE_FEATURES.
>
> For example, build in Dizzy branch, COMBINED_FEATURES is "alsa usbhost ...",
> but recently, COMBINED_FEATURES is like "set(['alsa']) set(['usbhost']) ...".
>
> Signed-off-by: Jun Zhu <R01007 at freescale.com>

Tested-by: Otavio Salvador <otavio at ossystems.com.br>
Acked-by: Otavio Salvador <otavio at ossystems.com.br>

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750



More information about the Openembedded-core mailing list