Re: [OE-core] [PATCH V2] mdadm: fix do_package failed when changed local.conf but not cleaned

2019-10-29 Thread Changqing Li
On 10/29/19 6:05 AM, Ross Burton wrote: On 08/10/2019 04:16, Changqing Li wrote: Ping My previous comment still stands: Can't you just pass BINDIR=${base_sbindir} MANDIR=${docdir}/man UDEVDIR=${nonarch_base_libdir}/udev etc, instead of patching the makefile? Ross Oh,  I missed your

Re: [OE-core] [PATCH V2] mdadm: fix do_package failed when changed local.conf but not cleaned

2019-10-28 Thread Ross Burton
On 08/10/2019 04:16, Changqing Li wrote: Ping My previous comment still stands: Can't you just pass BINDIR=${base_sbindir} MANDIR=${docdir}/man UDEVDIR=${nonarch_base_libdir}/udev etc, instead of patching the makefile? Ross -- ___

Re: [OE-core] [PATCH V2] mdadm: fix do_package failed when changed local.conf but not cleaned

2019-10-07 Thread Changqing Li
Ping On 9/24/19 2:00 PM, changqing...@windriver.com wrote: From: Changqing Li reproduce steps: 1. add DISTRO_FEATURE_append = 'usrmerge' in local.conf 2. bitbake mdadm --success 3. remove DISTRO_FEATURE_append = 'usrmerge' from local.conf 4. bitbake mdadm -- failed when do_package it is not

Re: [OE-core] [PATCH V2] mdadm: fix do_package failed when changed local.conf but not cleaned

2019-09-24 Thread Ross Burton
On 24/09/2019 07:00, changqing...@windriver.com wrote: From: Changqing Li reproduce steps: 1. add DISTRO_FEATURE_append = 'usrmerge' in local.conf 2. bitbake mdadm --success 3. remove DISTRO_FEATURE_append = 'usrmerge' from local.conf 4. bitbake mdadm -- failed when do_package it is not

[OE-core] [PATCH V2] mdadm: fix do_package failed when changed local.conf but not cleaned

2019-09-24 Thread changqing.li
From: Changqing Li reproduce steps: 1. add DISTRO_FEATURE_append = 'usrmerge' in local.conf 2. bitbake mdadm --success 3. remove DISTRO_FEATURE_append = 'usrmerge' from local.conf 4. bitbake mdadm -- failed when do_package it is not proper to change source Makefile during do_install by sed,