aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/pulseaudio/pulseaudio_9.0.bb
blob: 00f5442b85adaa18d965d98bf1862d18bf4517cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
require pulseaudio.inc

SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/${BP}.tar.xz \
           file://0001-padsp-Make-it-compile-on-musl.patch \
           file://0001-client-conf-Add-allow-autospawn-for-root.patch \
           file://0001-alsa-bluetooth-fail-if-user-requested-profile-doesn-.patch \
           file://0002-card-don-t-allow-the-CARD_NEW-hook-to-fail.patch \
           file://0003-card-move-profile-selection-after-pa_card_new.patch \
           file://0004-card-remove-pa_card_new_data.active_profile.patch \
           file://0005-alsa-set-availability-for-some-unavailable-profiles.patch \
           file://volatiles.04_pulse \
"
SRC_URI[md5sum] = "da7162541b3a9bc20576dbd0d7d1489a"
SRC_URI[sha256sum] = "c3d3d66b827f18fbe903fe3df647013f09fc1e2191c035be1ee2d82a9e404686"

do_compile_prepend() {
    mkdir -p ${S}/libltdl
    cp ${STAGING_LIBDIR}/libltdl* ${S}/libltdl
}