summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/mdadm
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-11-04 14:07:40 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-05 22:24:46 +0000
commit3e6b57fcfea93fbefd746ba056410409b35c5523 (patch)
tree57440c40b9993d26f9c828efdade5c4d07cffe99 /meta/recipes-extended/mdadm
parentec57d68e8e97a78a2944b4002d530070aff6130b (diff)
downloadpoky-3e6b57fcfea93fbefd746ba056410409b35c5523.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/mdadm')
-rw-r--r--meta/recipes-extended/mdadm/mdadm_3.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_3.3.bb b/meta/recipes-extended/mdadm/mdadm_3.3.bb
index 23c9408645..586e04aa5a 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 () {
25 sed -i -e '/.*ansidecl.h.*/d' ${S}/sha1.h 25 sed -i -e '/.*ansidecl.h.*/d' ${S}/sha1.h
26} 26}
27 27
28EXTRA_OEMAKE = "CHECK_RUN_DIR=0"
29
28do_compile() { 30do_compile() {
29 oe_runmake 31 oe_runmake
30} 32}