Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -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://volatiles.04_pulse \ |
| 7 | file://0001-card-add-pa_card_profile.ports.patch \ |
| 8 | file://0002-alsa-bluetooth-fail-if-user-requested-profile-doesn-.patch \ |
| 9 | file://0003-card-move-profile-selection-after-pa_card_new.patch \ |
| 10 | file://0004-alsa-set-availability-for-some-unavailable-profiles.patch \ |
| 11 | file://0001-Revert-module-switch-on-port-available-Route-to-pref.patch \ |
| 12 | " |
| 13 | SRC_URI[md5sum] = "8678442ba0bb4b4c33ac6f62542962df" |
| 14 | SRC_URI[sha256sum] = "690eefe28633466cfd1ab9d85ebfa9376f6b622deec6bfee5091ac9737cd1989" |
| 15 | |
| 16 | do_compile_prepend() { |
| 17 | mkdir -p ${S}/libltdl |
| 18 | cp ${STAGING_LIBDIR}/libltdl* ${S}/libltdl |
| 19 | } |