On 2018年11月08日 21:49, Burton, Ross wrote:
On Thu, 8 Nov 2018 at 06:09, <mingli...@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

--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to