* [OE-core][PATCH V2] cups: use /run instead /var/run in systemd's unit file
@ 2020-10-16 4:58 Chen Qi
0 siblings, 0 replies; only message in thread
From: Chen Qi @ 2020-10-16 4:58 UTC (permalink / raw)
To: openembedded-core
/var/run has been deprecated by systemd, so use /run instead,
as suggested by systemd.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
meta/recipes-extended/cups/cups.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 1765944568..87870e4aba 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -47,6 +47,7 @@ EXTRA_OECONF = " \
--enable-debug \
--disable-relro \
--enable-libusb \
+ --with-domainsocket=/run/cups/cups.sock \
DSOFLAGS='${LDFLAGS}' \
"
--
2.17.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-10-16 4:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-16 4:58 [OE-core][PATCH V2] cups: use /run instead /var/run in systemd's unit file Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox