]> code.ossystems Code Review - openembedded-core.git/commit
mdadm: fix do_package failed when changed local.conf but not cleaned
authorChangqing Li <changqing.li@windriver.com>
Tue, 29 Oct 2019 09:52:30 +0000 (17:52 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Oct 2019 16:07:11 +0000 (16:07 +0000)
commit8eb457bd396592094b59098496d88db0ba03d013
tree15bfe6a59a0164db29c750f8166c25441c822a95
parent1263db2759b88e423bb717cc0cfc256c7962871b
mdadm: fix do_package failed when changed local.conf but not cleaned

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,
fix by pass correct config to EXTRA_OEMAKE

[YOCTO #13493]

Signed-off-by: Changqing Li <changqing.li@windriver.com>
meta/recipes-extended/mdadm/mdadm_4.1.bb