From: Ankur Tyagi <[email protected]> This patch is to validate a possible race condition theory during install. Also fail the build if sed substitution still fails for further investigation.
Details: https://bugzilla.yoctoproject.org/show_bug.cgi?id=16166 [YOCTO #16166] Signed-off-by: Ankur Tyagi <[email protected]> --- meta/recipes-extended/mdadm/mdadm_4.5.bb | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-extended/mdadm/mdadm_4.5.bb b/meta/recipes-extended/mdadm/mdadm_4.5.bb index b30d3d776e..5bf58eaaf3 100644 --- a/meta/recipes-extended/mdadm/mdadm_4.5.bb +++ b/meta/recipes-extended/mdadm/mdadm_4.5.bb @@ -45,6 +45,13 @@ do_install() { install -m 644 ${S}/documentation/mdadm.conf-example ${D}${sysconfdir}/mdadm.conf install -d ${D}/${sysconfdir}/init.d install -m 755 ${UNPACKDIR}/mdadm.init ${D}${sysconfdir}/init.d/mdmonitor + # temp change + install -m 644 ${S}/udev-md-raid-safe-timeouts.rules ${D}/${sysconfdir}/tmp-file-2 + + if grep -q "BINDIR" ${D}${datadir}/${BPN}/mdcheck; then + bberror "Build failed: 'BINDIR' placeholder found in mdcheck." + bbfatal_log "sed command in Makefile failed to execute correctly." + fi } do_compile_ptest() {
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#232157): https://lists.openembedded.org/g/openembedded-core/message/232157 Mute This Topic: https://lists.openembedded.org/mt/118086603/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
