mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
webrtc-audio-processing: Link with libexecinfo on musl
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
+3
@@ -2,6 +2,8 @@ DESCRIPTION = "Audio processing bits of the WebRTC reference implementation"
|
||||
HOMEPAGE = "https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/"
|
||||
SECTION = "audio"
|
||||
|
||||
DEPENDS_append_libc-musl = " libexecinfo"
|
||||
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=da08a38a32a340c5d91e13ee86a118f2 \
|
||||
file://webrtc/common.h;beginline=1;endline=9;md5=41f7322d91deabaf0acbbd0b8d0bc548 \
|
||||
@@ -22,4 +24,5 @@ SRC_URI = "http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/${
|
||||
SRC_URI[md5sum] = "336ae032f608e65808ac577cde0ab72c"
|
||||
SRC_URI[sha256sum] = "756e291d4f557d88cd50c4fe3b8454ec238362d22cedb3e6173240d90f0a80fa"
|
||||
|
||||
LDFLAGS_append_libc-musl = " -lexecinfo"
|
||||
inherit autotools
|
||||
|
||||
Reference in New Issue
Block a user