mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
pulseaudio: update 15.0 -> 16.0
Drop patch as issue fixed upstream:
1b96b49f65
(From OE-Core rev: e5399a09bf44700f97607b283379172dac0cf9c7)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5709914874
commit
6504544227
@@ -213,7 +213,7 @@ pkg_postinst:${PN}-server() {
|
||||
}
|
||||
|
||||
python populate_packages:prepend() {
|
||||
plugindir = d.expand('${libdir}/pulse-${PV}/modules/')
|
||||
plugindir = d.expand('${libdir}/pulseaudio/modules/')
|
||||
do_split_packages(d, plugindir, r'^module-(.*)\.so$', '${PN}-module-%s', 'PulseAudio module for %s', extra_depends='', prepend=True)
|
||||
do_split_packages(d, plugindir, r'^lib(.*)\.so$', '${PN}-lib-%s', 'PulseAudio library for %s', extra_depends='', prepend=True)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user