mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
9f88035bb8
Release notes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/13.0/ Dropped intltool-native from DEPENDS. The .desktop file translations don't need intltool any more, gettext is enough. Dropped upstreamed patches: 0001-alsa-Fix-inclusion-of-use-case.h.patch 0001-introduce-a-special-build-flag-to-explicitly-disable.patch Added a new package: pulseaudio-pa-info. It contains the new pa-info script. BlueZ 4 support was removed in this version. That's not visible in the recipe, but I noticed that the BlueZ 4 modules were still being built in 12.2, since they hadn't been explicitly disabled in the recipe. (From OE-Core rev: e4b9e98100cdeb74d4898afcab2d76f2e0855960) Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
550 B
BlitzBasic
15 lines
550 B
BlitzBasic
require pulseaudio.inc
|
|
|
|
SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/${BP}.tar.xz \
|
|
file://0001-client-conf-Add-allow-autospawn-for-root.patch \
|
|
file://0002-do-not-display-CLFAGS-to-improve-reproducibility-bui.patch \
|
|
file://volatiles.04_pulse \
|
|
"
|
|
SRC_URI[md5sum] = "e41d606f90254ed45c90520faf83d95c"
|
|
SRC_URI[sha256sum] = "961b23ca1acfd28f2bc87414c27bb40e12436efcf2158d29721b1e89f3f28057"
|
|
|
|
do_compile_prepend() {
|
|
mkdir -p ${S}/libltdl
|
|
cp ${STAGING_LIBDIR}/libltdl* ${S}/libltdl
|
|
}
|