diff options
author | Tom Pollard <tom.pollard@codethink.co.uk> | 2021-09-24 12:33:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-26 14:36:48 +0100 |
commit | 7f66855d1171974aec9631a164181584f27a9b6a (patch) | |
tree | 90df1b82cd628c27d7c1968742ebd209e2bc1e13 /meta/recipes-extended/bzip2 | |
parent | 8bcec870b4c25a40926606ad7a27c81f7a7487b1 (diff) | |
download | poky-7f66855d1171974aec9631a164181584f27a9b6a.tar.gz |
bzip2: Update soname for libbz2 1.0.8
Set shared library name as libbz2.so.1.0.8, version in configure.ac
already synced via do_configure PV substitution.
(From OE-Core rev: 07e3abc9d282a54add69a6905ec4248f3104219f)
Signed-off-by: Tom Pollard <tom.pollard@codethink.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bzip2')
-rw-r--r-- | meta/recipes-extended/bzip2/bzip2/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bzip2/bzip2/Makefile.am b/meta/recipes-extended/bzip2/bzip2/Makefile.am index 7338df03eb..d12d3a45e4 100644 --- a/meta/recipes-extended/bzip2/bzip2/Makefile.am +++ b/meta/recipes-extended/bzip2/bzip2/Makefile.am | |||
@@ -1,6 +1,6 @@ | |||
1 | 1 | ||
2 | lib_LTLIBRARIES = libbz2.la | 2 | lib_LTLIBRARIES = libbz2.la |
3 | libbz2_la_LDFLAGS = -version-info 1:6:0 | 3 | libbz2_la_LDFLAGS = -version-info 1:8:0 |
4 | 4 | ||
5 | libbz2_la_SOURCES = blocksort.c \ | 5 | libbz2_la_SOURCES = blocksort.c \ |
6 | huffman.c \ | 6 | huffman.c \ |