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 <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2013-11-04 14:07:40 -08:00 committed by Richard Purdie
parent ec57d68e8e
commit 3e6b57fcfe
1 changed files with 2 additions and 0 deletions

View 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
}