diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2020-10-16 12:58:56 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-17 23:22:19 +0100 |
commit | a5b9fa3c450af3beac5f1b68797a1d044091fbbe (patch) | |
tree | 5339862bd7d311384348ee172e9b356ea8e76a64 /meta/recipes-extended/cups | |
parent | b5d4671d385d7f5fea59604f183b84209992756c (diff) | |
download | poky-a5b9fa3c450af3beac5f1b68797a1d044091fbbe.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.
(From OE-Core rev: 6c3f56020da7a26c2daea73e39c2f324f1f597db)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cups')
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 = " \ | |||
47 | --enable-debug \ | 47 | --enable-debug \ |
48 | --disable-relro \ | 48 | --disable-relro \ |
49 | --enable-libusb \ | 49 | --enable-libusb \ |
50 | --with-domainsocket=/run/cups/cups.sock \ | ||
50 | DSOFLAGS='${LDFLAGS}' \ | 51 | DSOFLAGS='${LDFLAGS}' \ |
51 | " | 52 | " |
52 | 53 | ||