mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
36f6e71ccb
Relase notes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/10.0/ The checksum of the LICENSE file changed due to some clarifications. There were no changes to the actual licensing terms. The LICENSE variable was not accurate, so I made changes to it. Specifically: * there's no GPL code in PulseAudio so I dropped GPL from the list * the LGPL code allows using later versions of the license rather than limiting to just 2.1 * there are some MIT and BSD licensed bits I added more files to LIC_FILES_CHKSUM to have better coverage of all the differently licensed code. Dropped json-c and gdbm from DEPENDS. The new release doesn't use json-c any more. gdbm isn't used when --with-database=simple is passed to configure, so it should have been removed from DEPENDS a long time ago. The new release dropped the Xen module, so the --without-xen configure option isn't needed any more. Added a comment for why --without-fftw is used. Disabled the adrian echo canceller, because it has an unusual license, and disabling the code was simpler than adding a new license to OE-Core. Dropped upstreamed patches. (From OE-Core rev: 4ddaf28fd36294fd940f26d55973da20eeeeb0d8) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
516 B
BlitzBasic
15 lines
516 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://volatiles.04_pulse \
|
|
"
|
|
SRC_URI[md5sum] = "4950d2799bf55ab91f6b7f990b7f0971"
|
|
SRC_URI[sha256sum] = "a3186824de9f0d2095ded5d0d0db0405dc73133983c2fbb37291547e37462f57"
|
|
|
|
do_compile_prepend() {
|
|
mkdir -p ${S}/libltdl
|
|
cp ${STAGING_LIBDIR}/libltdl* ${S}/libltdl
|
|
}
|