mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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:
committed by
Richard Purdie
parent
7f66855d11
commit
24a32132a5
@@ -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"
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user