From: Saul Wold Date: Mon, 4 Nov 2013 22:07:40 +0000 (-0800) Subject: mdadm: Disable the RUN_DIR check X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6c212e229ba1be0c536e7c36ebe2a3e8b2ef84b4;p=openembedded-core.git mdadm: Disable the RUN_DIR check This check was looking for /run/mdadm on the host system, this check is optional so disable it. [YOCTO #5447] (From OE-Core master rev: d62882794890eeee8e8d5c9ba4837ec77a58d787) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie Signed-off-by: Robert Yang --- diff --git a/meta/recipes-extended/mdadm/mdadm_3.2.6.bb b/meta/recipes-extended/mdadm/mdadm_3.2.6.bb index 7b6a6c7fe7..50f39dbc0d 100644 --- a/meta/recipes-extended/mdadm/mdadm_3.2.6.bb +++ b/meta/recipes-extended/mdadm/mdadm_3.2.6.bb @@ -26,6 +26,8 @@ do_configure_prepend () { sed -i -e '/.*ansidecl.h.*/d' ${S}/sha1.h } +EXTRA_OEMAKE = "CHECK_RUN_DIR=0" + do_compile() { oe_runmake }