From dbff83c734991a6670da017edf8f5b8bb9b063a4 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 13 Jan 2017 12:56:04 +0100 Subject: [PATCH 1/2] bzip2: Convert to versionless bee file --- bzip2-1.0.6-3.bee => bzip2.be0 | 2 ++ 1 file changed, 2 insertions(+) rename bzip2-1.0.6-3.bee => bzip2.be0 (99%) diff --git a/bzip2-1.0.6-3.bee b/bzip2.be0 similarity index 99% rename from bzip2-1.0.6-3.bee rename to bzip2.be0 index 76e0e3970..71877c5ef 100755 --- a/bzip2-1.0.6-3.bee +++ b/bzip2.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION bzip2-1.0.6-3 + ## 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.) From 70741dd04d8e5e8705ec9938856f9a1ad38571f9 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 13 Jan 2017 12:57:48 +0100 Subject: [PATCH 2/2] bzip2: Add symlink for missing shared object Special request from Roman Schulte-Sasse to fix the error below. ``` /project/salmonella/RBPPred/ncbi-blast-2.2.30+/bin/psiblast: error while loading shared libraries: libbz2.so.1: cannot open shared object file: No such file or directory ``` --- bzip2.be0 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bzip2.be0 b/bzip2.be0 index 71877c5ef..ab5801c7a 100755 --- a/bzip2.be0 +++ b/bzip2.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION bzip2-1.0.6-3 +# 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.) @@ -76,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