Skip to content

Add symlink for missing shared object #274

Merged
merged 2 commits into from
Jan 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions bzip2-1.0.6-3.bee → bzip2.be0
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env beesh

# BEE_VERSION bzip2-1.0.6-4

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

Expand Down Expand Up @@ -74,6 +76,8 @@ mee_install() {

ln -sv libbz2.so.1.0 ${D}${LIBDIR}/libbz2.so

ln -sv libbz2.so.1.0.6 ${D}${LIBDIR}/libbz2.so.1

rm -v ${D}${BINDIR}/{bunzip2,bzcat}

ln -sv bzip2 ${D}${BINDIR}/bunzip2
Expand Down