This would be the cleanest way I can think of to enable the configuration of cups in the user interface
Signed-off-by: Markus Volk <[email protected]> --- meta/recipes-extended/cups/cups.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index fa32c38549..8fd4d20987 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc @@ -30,10 +30,7 @@ LEAD_SONAME = "libcupsdriver.so" CLEANBROKEN = "1" -inherit autotools-brokensep binconfig useradd systemd pkgconfig multilib_script github-releases - -USERADD_PACKAGES = "${PN}" -GROUPADD_PARAM:${PN} = "--system lpadmin" +inherit autotools-brokensep binconfig systemd pkgconfig multilib_script github-releases SYSTEMD_SERVICE:${PN} = "cups.socket cups.path cups.service cups-lpd.socket" @@ -55,7 +52,7 @@ EXTRA_OECONF = " \ --enable-debug \ --disable-relro \ --enable-libusb \ - --with-system-groups=lpadmin \ + --with-system-groups=sys,root,wheel \ --with-cups-group=lp \ --with-domainsocket=/run/cups/cups.sock \ --with-pkgconfpath=${libdir}/pkgconfig \ -- 2.42.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#190868): https://lists.openembedded.org/g/openembedded-core/message/190868 Mute This Topic: https://lists.openembedded.org/mt/102685789/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
