[oe-commits] Koen Kooi : bzip2: add missing symlink

git version control git at git.openembedded.org
Wed Jan 13 11:42:38 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 2153070fc51bbb6006c022e8836a46e2a511306f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2153070fc51bbb6006c022e8836a46e2a511306f

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan 13 11:41:26 2010 +0100

bzip2: add missing symlink

---

 recipes/bzip2/bzip2_1.0.5.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/bzip2/bzip2_1.0.5.bb b/recipes/bzip2/bzip2_1.0.5.bb
index bbb2012..dadffde 100644
--- a/recipes/bzip2/bzip2_1.0.5.bb
+++ b/recipes/bzip2/bzip2_1.0.5.bb
@@ -1,12 +1,12 @@
 DESCRIPTION = "Very high-quality data compression program"
 SECTION = "console/utils"
-PR = "r1"
+PR = "r2"
 
 LICENSE = "bzip2"
 SRC_URI = "http://www.bzip.org/${PV}/bzip2-${PV}.tar.gz \
 	   file://bzip2-1.0.5-autoconfiscated.patch;patch=1"
 
-inherit autotools_stage pkgconfig
+inherit autotools pkgconfig
 
 do_configure_prepend () {
 	if test -f LICENSE ; then sh ./autogen.sh ; fi
@@ -15,6 +15,7 @@ do_configure_prepend () {
 do_install_append () {
 	mv ${D}${bindir}/bunzip2 ${D}${bindir}/bunzip2.${PN}
 	mv ${D}${bindir}/bzcat ${D}${bindir}/bzcat.${PN}
+	ln -sf libbz2.so.1.0.5 ${D}${libdir}/libbz2.so.1.0
 }
 
 PACKAGES =+ "libbz2"





More information about the Openembedded-commits mailing list