On 06/23/2016 11:16 AM, Chen Qi wrote:
'python' is added to RDEPENDS of systemd-ptest.
-RDEPENDS_${PN}-ptest += "gawk make perl bash xz \
+RDEPENDS_${PN}-ptest += "gawk make perl bash xz python\

This is not correct. Systemd is configured using --without-python, and so the python scripts are not added to the list of tests in the top level Makefile.am. However they are still installed by the recipe - the correct fix is to remove them from the test target directory after all the tests have been copied into it.

Alex

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

Reply via email to