diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-07-13 22:39:59 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-07-24 18:57:34 +0200 |
commit | 3fa862b3f29424c446b5c533804a0938e93047bc (patch) | |
tree | 0f7431583a3d4ffa1ffe63ec4438fedd859c8884 /meta-multimedia/recipes-multimedia | |
parent | 07ab8e107124d32c0229d2f40dd38caf1464722f (diff) | |
download | meta-openembedded-3fa862b3f29424c446b5c533804a0938e93047bc.tar.gz |
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>
Diffstat (limited to 'meta-multimedia/recipes-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing_0.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing_0.3.bb b/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing_0.3.bb index eb9a30466..2b0f7c684 100644 --- a/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing_0.3.bb +++ b/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing_0.3.bb | |||
@@ -2,6 +2,8 @@ DESCRIPTION = "Audio processing bits of the WebRTC reference implementation" | |||
2 | HOMEPAGE = "https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/" | 2 | HOMEPAGE = "https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/" |
3 | SECTION = "audio" | 3 | SECTION = "audio" |
4 | 4 | ||
5 | DEPENDS_append_libc-musl = " libexecinfo" | ||
6 | |||
5 | LICENSE = "BSD-3-Clause" | 7 | LICENSE = "BSD-3-Clause" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=da08a38a32a340c5d91e13ee86a118f2 \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=da08a38a32a340c5d91e13ee86a118f2 \ |
7 | file://webrtc/common.h;beginline=1;endline=9;md5=41f7322d91deabaf0acbbd0b8d0bc548 \ | 9 | file://webrtc/common.h;beginline=1;endline=9;md5=41f7322d91deabaf0acbbd0b8d0bc548 \ |
@@ -22,4 +24,5 @@ SRC_URI = "http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/${ | |||
22 | SRC_URI[md5sum] = "336ae032f608e65808ac577cde0ab72c" | 24 | SRC_URI[md5sum] = "336ae032f608e65808ac577cde0ab72c" |
23 | SRC_URI[sha256sum] = "756e291d4f557d88cd50c4fe3b8454ec238362d22cedb3e6173240d90f0a80fa" | 25 | SRC_URI[sha256sum] = "756e291d4f557d88cd50c4fe3b8454ec238362d22cedb3e6173240d90f0a80fa" |
24 | 26 | ||
27 | LDFLAGS_append_libc-musl = " -lexecinfo" | ||
25 | inherit autotools | 28 | inherit autotools |