From 83e0d7979cce21f8b26fc60a55a08a51fe462558 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 27 Feb 2020 12:16:08 +0100 Subject: [PATCH] live: fix parallel make install race condition - mkdir --- live.be0 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/live.be0 b/live.be0 index adc5d0331..43fa5938c 100755 --- a/live.be0 +++ b/live.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION live-2020.02.24-0 +# BEE_VERSION live-2020.02.24-1 # more info: https://foo.bar.com @@ -34,6 +34,11 @@ mee_patch_post() { # bee_build #} +mee_install_pre() { + # parallel build race condition + mkdir -vp ${D}/usr/lib +} + #mee_install() { # bee_install #}