From: Saul Wold Date: Mon, 4 Nov 2013 22:07:40 +0000 (-0800) Subject: mdadm: Disable the RUN_DIR check X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e6b57fcfea93fbefd746ba056410409b35c5523;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 rev: d62882794890eeee8e8d5c9ba4837ec77a58d787) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/mdadm/mdadm_3.3.bb b/meta/recipes-extended/mdadm/mdadm_3.3.bb index 23c94086452..586e04aa5a3 100644 --- a/meta/recipes-extended/mdadm/mdadm_3.3.bb +++ b/meta/recipes-extended/mdadm/mdadm_3.3.bb @@ -25,6 +25,8 @@ do_configure_prepend () { sed -i -e '/.*ansidecl.h.*/d' ${S}/sha1.h } +EXTRA_OEMAKE = "CHECK_RUN_DIR=0" + do_compile() { oe_runmake }