From 5a5c8c60854f93d6a0b3bc2313f8f6f9f9e2e908 Mon Sep 17 00:00:00 2001 From: Bruce Leidl Date: Fri, 16 Feb 2018 18:23:21 -0500 Subject: [PATCH] no more volatile-binds, no more consolekit --- meta-citadel/recipes-core/systemd/systemd_234.bbappend | 7 +++++++ meta-citadel/recipes-desktop/pulseaudio/pulseaudio_11.1.bb | 2 ++ 2 files changed, 9 insertions(+) diff --git a/meta-citadel/recipes-core/systemd/systemd_234.bbappend b/meta-citadel/recipes-core/systemd/systemd_234.bbappend index ef6aee4..9d4a2bf 100644 --- a/meta-citadel/recipes-core/systemd/systemd_234.bbappend +++ b/meta-citadel/recipes-core/systemd/systemd_234.bbappend @@ -3,8 +3,15 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += "file://0001-dont-process-the-same-method-call-twice-in-logind.patch" RDEPENDS_${PN}_remove = "systemd-serialgetty" +RDEPENDS_${PN}_remove = "volatile-binds" +RDEPENDS_${PN}_remove = "update-rc.d" + GROUPADD_PARAM_${PN} += "; -r kvm" PACKAGECONFIG = "\ efi ldconfig pam usrmerge rfkill backlight binfmt hostnamed ima localed logind machined myhostname \ nss polkit randomseed seccomp timedated utmp vconsole \ " + +do_install_append() { + rm -f ${D}${sysconfdir}/tmpfiles.d/00-create-volatile.conf +} diff --git a/meta-citadel/recipes-desktop/pulseaudio/pulseaudio_11.1.bb b/meta-citadel/recipes-desktop/pulseaudio/pulseaudio_11.1.bb index 2b92ea0..61d116e 100644 --- a/meta-citadel/recipes-desktop/pulseaudio/pulseaudio_11.1.bb +++ b/meta-citadel/recipes-desktop/pulseaudio/pulseaudio_11.1.bb @@ -10,3 +10,5 @@ do_compile_prepend() { mkdir -p ${S}/libltdl cp ${STAGING_LIBDIR}/libltdl* ${S}/libltdl } + +RDEPENDS_pulseaudio-server_remove = "pulseaudio-module-console-kit"