cccs: [cosmetic] group RDEPENDS in a single line
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
parent
81ab1ccfd9
commit
2880f7ea0f
|
|
@ -152,15 +152,20 @@ CONFFILES:${PN}-daemon += "${sysconfdir}/cccs.conf"
|
||||||
|
|
||||||
CONFFILES:${PN}-legacy += "${sysconfdir}/cc.conf"
|
CONFFILES:${PN}-legacy += "${sysconfdir}/cc.conf"
|
||||||
|
|
||||||
RDEPENDS:${PN}-daemon = "${PN} ${PN}-cert"
|
# 'cccsd-init' script uses '/etc/init.d/functions'
|
||||||
|
RDEPENDS:${PN}-daemon = " \
|
||||||
|
${PN} \
|
||||||
|
${PN}-cert \
|
||||||
|
initscripts-functions \
|
||||||
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN}-gs-demo = "${PN}-daemon"
|
# 'cccsd-gs-demo-init' script uses '/etc/init.d/functions'
|
||||||
|
RDEPENDS:${PN}-gs-demo = " \
|
||||||
|
${PN}-daemon \
|
||||||
|
initscripts-functions \
|
||||||
|
"
|
||||||
|
|
||||||
RDEPENDS:${PN}-legacy = "${PN} ${PN}-cert"
|
RDEPENDS:${PN}-legacy = "${PN} ${PN}-cert"
|
||||||
|
|
||||||
# 'cccsd-init' and 'cccs-gs-demo-init' scripts use '/etc/init.d/functions'
|
|
||||||
RDEPENDS:${PN}-daemon += "initscripts-functions"
|
|
||||||
RDEPENDS:${PN}-gs-demo += "initscripts-functions"
|
|
||||||
|
|
||||||
# Disable extra compilation checks from SECURITY_CFLAGS to avoid build errors
|
# Disable extra compilation checks from SECURITY_CFLAGS to avoid build errors
|
||||||
lcl_maybe_fortify:pn-cccs = ""
|
lcl_maybe_fortify:pn-cccs = ""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue