]> code.ossystems Code Review - openembedded-core.git/commit
bzip2: set correct soname
authorRoss Burton <ross.burton@intel.com>
Tue, 5 Apr 2016 21:26:00 +0000 (22:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Apr 2016 09:30:16 +0000 (10:30 +0100)
commit1ae11a6ea5ff82f6492a880ff45e19f3779918da
treefbb444cc04ea7153781260536106ffe8a993c231
parentb5304ce438666a7418746f4ddd32703ae3188089
bzip2: set correct soname

The correct name for the bzip2 shared library is libbz2.so.1.0.6, not
libbz2.so.0.0.0.  Pass -version-info to libtool to correct this.

Also fix the configure.ac so that is doesn't mention libXrender and has the
right version.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/bzip2/bzip2-1.0.6/Makefile.am
meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac