Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1735 from mariux64/fix-live-200224
live: fix parallel make install race condition
  • Loading branch information
wwwutz committed Feb 27, 2020
2 parents d99e140 + 83e0d79 commit 1c0578c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 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

Expand Down Expand Up @@ -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
#}
Expand Down

0 comments on commit 1c0578c

Please sign in to comment.