mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
krill: only builds on x86/x86-64 and arm64
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -20,7 +20,6 @@ CARGO_SRC_DIR = ""
|
||||
|
||||
inherit pkgconfig useradd systemd cargo
|
||||
|
||||
|
||||
do_install:append () {
|
||||
install -d ${D}${sysconfdir}
|
||||
install -d ${D}${datadir}/krill
|
||||
@@ -39,3 +38,5 @@ USERADD_PARAM:${PN} = "--system -g ${KRILL_GID} --home-dir \
|
||||
--shell /sbin/nologin ${BPN}"
|
||||
|
||||
FILES:${PN} += "{sysconfdir}/defaults ${datadir}"
|
||||
|
||||
COMPATIBLE_HOST = "(i.86|x86_64|aarch64).*-linux"
|
||||
|
||||
Reference in New Issue
Block a user