Skip to content

live: fix parallel make install race condition #1735

Merged
merged 1 commit into from
Feb 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion live.be0
Original file line number Diff line number Diff line change
@@ -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