mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-30 12:30:36 +00:00
krill: fix missing dollar sign in FILES
{sysconfdir} -> ${sysconfdir}
Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
This commit is contained in:
committed by
Scott Murray
parent
bd6927e1df
commit
731c5fc0b8
@@ -37,7 +37,7 @@ USERADD_PARAM:${PN} = "--system -g ${KRILL_GID} --home-dir \
|
|||||||
/var/lib/krill/ --no-create-home \
|
/var/lib/krill/ --no-create-home \
|
||||||
--shell /sbin/nologin ${BPN}"
|
--shell /sbin/nologin ${BPN}"
|
||||||
|
|
||||||
FILES:${PN} += "{sysconfdir}/defaults ${datadir}"
|
FILES:${PN} += "${sysconfdir}/defaults ${datadir}"
|
||||||
INSANE_SKIP:${PN} = "already-stripped"
|
INSANE_SKIP:${PN} = "already-stripped"
|
||||||
|
|
||||||
COMPATIBLE_HOST = "(i.86|x86_64|aarch64).*-linux"
|
COMPATIBLE_HOST = "(i.86|x86_64|aarch64).*-linux"
|
||||||
|
|||||||
Reference in New Issue
Block a user