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)

(From OE-Core rev: 6c212e229ba1be0c536e7c36ebe2a3e8b2ef84b4)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.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 28cd3e8fb5
commit bd80aac525
1 changed files with 2 additions and 0 deletions

View File

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