Files
poky/meta/recipes-multimedia/libsamplerate/libsamplerate0/shared_version_info.patch
Tom Pollard 1d175bfd85 libsamplerate0: Set correct soname for 0.1.9
Manually patch SHARED_VERSION_INFO, which was missed in
the 0.1.9 release and later incorrectly fixed until 0.2.1

(From OE-Core rev: eb637a677dfed8680d680349e616a358795a7d56)

Signed-off-by: Tom Pollard <tom.pollard@codethink.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cb2e8efd316d44b9b1453882114856e0eb7b3500)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-10-07 15:10:33 +01:00

14 lines
384 B
Diff

Index: libsamplerate-0.1.8/configure.ac
===================================================================
--- libsamplerate-0.1.8.orig/configure.ac
+++ libsamplerate-0.1.8/configure.ac
@@ -53,7 +53,7 @@ AC_PROG_LN_S
# 6. If any interfaces have been removed since the last public release, then set age
# to 0.
-SHARED_VERSION_INFO="1:8:1"
+SHARED_VERSION_INFO="1:9:1"