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: cb2e8efd316d44b9b1453882114856e0eb7b3500)

Signed-off-by: Tom Pollard <tom.pollard@codethink.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tom Pollard
2021-09-24 13:47:57 +01:00
committed by Richard Purdie
parent 7f66855d11
commit 24a32132a5
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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"

View File

@@ -10,6 +10,7 @@ PR = "r1"
SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \
file://0001-configure.ac-improve-alsa-handling.patch \
file://shared_version_info.patch \
"
SRC_URI[md5sum] = "2b78ae9fe63b36b9fbb6267fad93f259"