mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
Release notes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/9.0/ Rebased 0001-client-conf-Add-allow-autospawn-for-root.patch. Removed 0001-Revert-module-switch-on-port-available-Route-to-pref.patch, because the issues that were caused by the reverted commit have been fixed. The patch set that fixes the initial selection of HDMI profiles (YOCTO#8448) is replaced with updated patches cherry-picked from upstream. (From OE-Core rev: 319595e8264af32c54ba6324e220eb4ec43b7565) Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
909 B
BlitzBasic
20 lines
909 B
BlitzBasic
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
|
|
}
|