[oe-commits] Saul Wold : mdadm: Disable the RUN_DIR check

git at git.openembedded.org git at git.openembedded.org
Tue Nov 5 22:24:58 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: d62882794890eeee8e8d5c9ba4837ec77a58d787
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d62882794890eeee8e8d5c9ba4837ec77a58d787

Author: Saul Wold <sgw at linux.intel.com>
Date:   Mon Nov  4 14:07:40 2013 -0800

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]

Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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
 }



More information about the Openembedded-commits mailing list