mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 09:32:13 +02:00
cups: use /run instead /var/run in systemd's unit file
/var/run has been deprecated by systemd, so use /run instead, as suggested by systemd. [Yocto #14152] (From OE-Core rev: 7c88d52eaca62237afcda606a3078ec483992213) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 6c3f56020da7a26c2daea73e39c2f324f1f597db) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -54,6 +54,7 @@ EXTRA_OECONF = " \
|
||||
--enable-libusb \
|
||||
--with-system-groups=lpadmin \
|
||||
--with-cups-group=lp \
|
||||
--with-domainsocket=/run/cups/cups.sock \
|
||||
DSOFLAGS='${LDFLAGS}' \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user