diff options
Diffstat (limited to 'recipes/bzip2')
-rw-r--r-- | recipes/bzip2/bzip2_1.0.5.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/bzip2/bzip2_1.0.5.bb b/recipes/bzip2/bzip2_1.0.5.bb index 45c97163d4..bbb2012c39 100644 --- a/recipes/bzip2/bzip2_1.0.5.bb +++ b/recipes/bzip2/bzip2_1.0.5.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Very high-quality data compression program" SECTION = "console/utils" -PR = "r0" +PR = "r1" LICENSE = "bzip2" SRC_URI = "http://www.bzip.org/${PV}/bzip2-${PV}.tar.gz \ @@ -17,6 +17,9 @@ do_install_append () { mv ${D}${bindir}/bzcat ${D}${bindir}/bzcat.${PN} } +PACKAGES =+ "libbz2" +FILES_libbz2 = "${libdir}/libbz2.so.*" + pkg_postinst_${PN} () { update-alternatives --install ${bindir}/bunzip2 bunzip2 bunzip2.${PN} 100 update-alternatives --install ${bindir}/bzcat bzcat bzcat.${PN} 100 |