Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require pulseaudio.inc |
| 2 | |
| 3 | SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/${BP}.tar.xz \ |
| 4 | file://0001-padsp-Make-it-compile-on-musl.patch \ |
| 5 | file://0001-client-conf-Add-allow-autospawn-for-root.patch \ |
| 6 | file://0001-conf-parser-add-support-for-.d-directories.patch \ |
| 7 | file://fix-git-version-gen.patch \ |
| 8 | file://volatiles.04_pulse \ |
Patrick Williams | f1e5d69 | 2016-03-30 15:21:19 -0500 | [diff] [blame] | 9 | file://0001-card-add-pa_card_profile.ports.patch \ |
| 10 | file://0002-alsa-bluetooth-fail-if-user-requested-profile-doesn-.patch \ |
| 11 | file://0003-card-move-profile-selection-after-pa_card_new.patch \ |
| 12 | file://0004-alsa-set-availability-for-some-unavailable-profiles.patch \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 13 | " |
| 14 | SRC_URI[md5sum] = "b691e83b7434c678dffacfa3a027750e" |
| 15 | SRC_URI[sha256sum] = "b50640e0b80b1607600accfad2e45aabb79d379bf6354c9671efa2065477f6f6" |
| 16 | |
| 17 | do_compile_prepend() { |
| 18 | mkdir -p ${S}/libltdl |
| 19 | cp ${STAGING_LIBDIR}/libltdl* ${S}/libltdl |
| 20 | } |