summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Pollard <tom.pollard@codethink.co.uk>2021-09-24 12:33:52 +0100
committerSteve Sakoman <steve@sakoman.com>2021-09-30 04:20:38 -1000
commitacb560a78ecd5403cf1f79e5a452c52cd58d1cfa (patch)
tree40c3ede7f73d2994a941f067a8c17577eda44595
parent7bba9d7061b14214e9392be414d87a111ea48c5d (diff)
downloadopenembedded-core-acb560a78ecd5403cf1f79e5a452c52cd58d1cfa.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. Signed-off-by: Tom Pollard <tom.pollard@codethink.co.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 07e3abc9d282a54add69a6905ec4248f3104219f) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-extended/bzip2/bzip2/Makefile.am2
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 dcf64584d9..adc85a62b2 100644
--- a/meta/recipes-extended/bzip2/bzip2/Makefile.am
+++ b/meta/recipes-extended/bzip2/bzip2/Makefile.am
@@ -1,6 +1,6 @@
lib_LTLIBRARIES = libbz2.la
-libbz2_la_LDFLAGS = -version-info 1:6:0
+libbz2_la_LDFLAGS = -version-info 1:8:0
libbz2_la_SOURCES = blocksort.c \
huffman.c \