summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups.inc
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2021-03-10 11:09:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-18 21:20:25 +0000
commitc444ec2c23ed1e7c3e1f9278e7be4fa90454c3dd (patch)
treee57658593b0bb648c595cfe23952d720597fcc41 /meta/recipes-extended/cups/cups.inc
parentd4fffe3b6664cde0b6c66df54d283f27b8a7acb0 (diff)
downloadpoky-c444ec2c23ed1e7c3e1f9278e7be4fa90454c3dd.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] (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>
Diffstat (limited to 'meta/recipes-extended/cups/cups.inc')
-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 = " \
54 --enable-libusb \ 54 --enable-libusb \
55 --with-system-groups=lpadmin \ 55 --with-system-groups=lpadmin \
56 --with-cups-group=lp \ 56 --with-cups-group=lp \
57 --with-domainsocket=/run/cups/cups.sock \
57 DSOFLAGS='${LDFLAGS}' \ 58 DSOFLAGS='${LDFLAGS}' \
58 " 59 "
59 60