Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 1 | require pulseaudio.inc |
| 2 | |
| 3 | SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/${BP}.tar.xz \ |
| 4 | file://0001-client-conf-Add-allow-autospawn-for-root.patch \ |
| 5 | file://0002-do-not-display-CLFAGS-to-improve-reproducibility-bui.patch \ |
| 6 | file://0001-remap-arm-Adjust-inline-asm-constraints.patch \ |
| 7 | file://volatiles.04_pulse \ |
| 8 | " |
| 9 | SRC_URI[md5sum] = "e41d606f90254ed45c90520faf83d95c" |
| 10 | SRC_URI[sha256sum] = "961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057" |
| 11 | |
| 12 | do_compile_prepend() { |
| 13 | mkdir -p ${S}/libltdl |
| 14 | cp ${STAGING_LIBDIR}/libltdl* ${S}/libltdl |
| 15 | } |