mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ec57d68e8e
commit
3e6b57fcfe
@@ -25,6 +25,8 @@ do_configure_prepend () {
|
|||||||
sed -i -e '/.*ansidecl.h.*/d' ${S}/sha1.h
|
sed -i -e '/.*ansidecl.h.*/d' ${S}/sha1.h
|
||||||
}
|
}
|
||||||
|
|
||||||
|
EXTRA_OEMAKE = "CHECK_RUN_DIR=0"
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
oe_runmake
|
oe_runmake
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user