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:46 +0000 (22:24 +0000)
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 <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/mdadm/mdadm_3.3.bb

index 23c9408..586e04a 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
 }