summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2021-03-10 11:09:56 +0800
committerSteve Sakoman <steve@sakoman.com>2021-03-11 05:00:02 -1000
commit7c88d52eaca62237afcda606a3078ec483992213 (patch)
tree93725af53256c24002f3ba63798340da11af4985
parent32c49bc10013ece820c9168b690d14a5a9fd1f13 (diff)
downloadopenembedded-core-contrib-7c88d52eaca62237afcda606a3078ec483992213.tar.gz
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] 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>
-rw-r--r--meta/recipes-extended/cups/cups.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 12780cf702..acad3c98c1 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -54,6 +54,7 @@ EXTRA_OECONF = " \
--enable-libusb \
--with-system-groups=lpadmin \
--with-cups-group=lp \
+ --with-domainsocket=/run/cups/cups.sock \
DSOFLAGS='${LDFLAGS}' \
"