[OE-core] [PATCH 2/7] python3: add tk support

Yu, Mingli mingli.yu at windriver.com
Fri Nov 9 01:38:12 UTC 2018



On 2018年11月08日 21:49, Burton, Ross wrote:
> On Thu, 8 Nov 2018 at 06:09, <mingli.yu at windriver.com> wrote:
>> +            if "tkinter" in pypackage and "tk" in pkgconfig:
>> +                d.appendVar('FILES_' + pypackage, ' ' + "${libdir}/python${PYTHON_MAJMIN}/lib-dynload/_tkinter*.so")
>> +            if "tkinter" in pypackage and "tk" in pkgconfig:
>> +                d.appendVar('RDEPENDS_' + pypackage, ' ' + 'tk')
>
> Why is this here and not in the manifest?


It's because we can optionally enable or disable tk via PACKAGECONFIG, 
if add it to manifest then we need to always enable tk which is also the 
implement in v1.

Thanks,
Grace

>
> Ross
>


More information about the Openembedded-core mailing list