[OE-core] [PATCH] mdadm: Disable the RUN_DIR check

Saul Wold sgw at linux.intel.com
Mon Nov 4 22:07:40 UTC 2013


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 at linux.intel.com>
---
 meta/recipes-extended/mdadm/mdadm_3.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/mdadm/mdadm_3.3.bb b/meta/recipes-extended/mdadm/mdadm_3.3.bb
index 23c9408..586e04a 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
 }
-- 
1.8.3.1




More information about the Openembedded-core mailing list