Skip to content

Commit

Permalink
webos: alsa-utils: update patch to apply on v1.2.13
Browse files Browse the repository at this point in the history
:Release Notes:
Upgraded in oe-core with:
https://git.openembedded.org/openembedded-core/commit/?id=fe7395c6f8c406cfcc0b090fd162dc84e5ec97b0

:Detailed Notes:
Fixes:
http://gecko.lge.com:8000/Errors/Details/1033998

Applying patch disable-libsamplerate.patch
patching file configure.ac
Hunk #1 succeeded at 43 with fuzz 1.
Hunk #2 succeeded at 69 (offset -7 lines).

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRR-5443] Create GPVB with Yocto 5.2 Walnascar
  • Loading branch information
shr-project committed Dec 7, 2024
1 parent 339d8a9 commit 63dbc9b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 6ab8af7b91bdd3a7a2f6b9dd3ffa6e3008c50ad0 Mon Sep 17 00:00:00 2001
From 9d8fd0cccf99e5f3bc58e235d568dd48bbab695b Mon Sep 17 00:00:00 2001
From: Martin Jansa <[email protected]>
Date: Thu, 18 Feb 2016 12:43:22 +0100
Subject: [PATCH] configure.ac: add parameters to enable/disable libsamplerate
Expand All @@ -15,7 +15,7 @@ Upstream-Status: Pending
1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index e079e24..c402dd1 100644
index 5624add..98742e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,8 +43,6 @@ AC_CHECK_HEADERS([alsa/use-case.h], [have_ucm="yes"], [have_ucm="no"],
Expand All @@ -26,8 +26,8 @@ index e079e24..c402dd1 100644
- [#include <samplerate.h>])

AC_CHECK_LIB([asound], [snd_seq_client_info_get_card], [HAVE_SEQ_CLIENT_INFO_GET_CARD="yes"])
if test "$HAVE_SEQ_CLIENT_INFO_GET_CARD" = "yes" ; then
@@ -78,9 +76,23 @@ AM_CONDITIONAL(HAVE_RAWMIDI, test "$have_rawmidi" = "yes")
AC_CHECK_LIB([atopology], [snd_tplg_save], [have_topology="yes"], [have_topology="no"])
@@ -71,9 +69,23 @@ AM_CONDITIONAL(HAVE_RAWMIDI, test "$have_rawmidi" = "yes")
AM_CONDITIONAL(HAVE_SEQ, test "$have_seq" = "yes")
AM_CONDITIONAL(HAVE_UCM, test "$have_ucm" = "yes")
AM_CONDITIONAL(HAVE_TOPOLOGY, test "$have_topology" = "yes" -a "$ac_cv_header_dlfcn_h" = "yes")
Expand Down

0 comments on commit 63dbc9b

Please sign in to comment.