]> code.ossystems Code Review - openembedded-core.git/commitdiff
mdadm: Disable the RUN_DIR check
authorSaul Wold <sgw@linux.intel.com>
Mon, 4 Nov 2013 22:07:40 +0000 (14:07 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Nov 2013 22:24:43 +0000 (22:24 +0000)
This check was looking for /run/mdadm on the host system, this check is optional so disable it.

[YOCTO #5447]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/mdadm/mdadm_3.3.bb

index 23c9408645298436371a723ad61ab37aedac55c1..586e04aa5a319adbbfabeaec72722d72ee11793b 100644 (file)
@@ -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
 }