Re: [OE-core] [PATCH 2/5] systemd: upgrade to 230

2016-06-24 Thread ChenQi
On 06/23/2016 10:31 PM, Alexander Kanavin wrote: On 06/23/2016 04:56 PM, Khem Raj wrote: 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

Re: [OE-core] [PATCH 2/5] systemd: upgrade to 230

2016-06-23 Thread Otavio Salvador
On Thu, Jun 23, 2016 at 5:16 AM, Chen Qi wrote: > Patches are rebased or removed for the latest version. > > 'python' is added to RDEPENDS of systemd-ptest. > > systemd-bootchart is now seprated from systemd, thus removing the > related configuration items. > >

Re: [OE-core] [PATCH 2/5] systemd: upgrade to 230

2016-06-23 Thread Alexander Kanavin
On 06/23/2016 04:56 PM, Khem Raj wrote: 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

Re: [OE-core] [PATCH 2/5] systemd: upgrade to 230

2016-06-23 Thread Khem Raj
On Thu, Jun 23, 2016 at 3:23 AM, Alexander Kanavin wrote: > 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

Re: [OE-core] [PATCH 2/5] systemd: upgrade to 230

2016-06-23 Thread Alexander Kanavin
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