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

Burton, Ross ross.burton at intel.com
Thu Nov 8 13:49:04 UTC 2018


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?

Ross



More information about the Openembedded-core mailing list