mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 10:59:41 +01:00
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>
14 lines
384 B
Diff
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"
|
|
|
|
|
|
|