Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] mdadm: Disable the RUN_DIR check
@ 2013-11-04 22:07 Saul Wold
  0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2013-11-04 22:07 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-04 22:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-04 22:07 [PATCH] mdadm: Disable the RUN_DIR check Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox