mirror of
https://git.yoctoproject.org/poky
synced 2026-06-05 14:29:48 +00:00
pulseaudio: enforce empty PN
The intention is that PN is empty, enforce that so new files don't end up in PN silently. (From OE-Core rev: b302e1556535601dbb5a18d02e6988a17fda5fbc) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5ddda07850
commit
5cc5323461
@@ -194,6 +194,7 @@ SYSTEMD_SERVICE_${PN}-server = "pulseaudio.service"
|
||||
FILES_${PN}-misc = "${bindir}/* ${libdir}/pulseaudio/libpulsedsp.so"
|
||||
|
||||
# Allow the pulseaudio package to be created empty as a placeholder (-dbg and -dev depend on it)
|
||||
FILES_${PN} = ""
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
CONFFILES_libpulse = "${sysconfdir}/pulse/client.conf"
|
||||
|
||||
Reference in New Issue
Block a user