mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-11 15:00:34 +00:00
krill: Fix QA warnings
ERROR: krill-0.12.3-r0 do_package_qa: QA Issue: File /usr/bin/.debug/krill in package krill-dbg contains reference to TMPDIR File /usr/bin/.debug/krillc in package krill-dbg contains reference to TMPDIR File /usr/bin/.debug/krillup in package krill-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -26,6 +26,7 @@ do_install:append () {
|
||||
|
||||
install -m 664 ${S}/defaults/krill.conf ${D}${sysconfdir}/.
|
||||
install ${S}/defaults/* ${D}${datadir}/krill/.
|
||||
find ${D}${bindir}/ -name "krill*" -exec sed -i -e 's#${CARGO_HOME}/bitbake##g' {} +
|
||||
}
|
||||
|
||||
KRILL_UID ?= "krill"
|
||||
@@ -38,5 +39,6 @@ USERADD_PARAM:${PN} = "--system -g ${KRILL_GID} --home-dir \
|
||||
--shell /sbin/nologin ${BPN}"
|
||||
|
||||
FILES:${PN} += "{sysconfdir}/defaults ${datadir}"
|
||||
INSANE_SKIP:${PN} = "already-stripped"
|
||||
|
||||
COMPATIBLE_HOST = "(i.86|x86_64|aarch64).*-linux"
|
||||
|
||||
Reference in New Issue
Block a user