clamav: disable DB creation.

The DB is no longer available, so disable it.
remove from pkg group

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2022-03-21 08:20:24 -07:00
parent e95a877981
commit 95a8f38d2e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ inherit autotools pkgconfig useradd systemd multilib_header multilib_script
CLAMAV_UID ?= "clamav" CLAMAV_UID ?= "clamav"
CLAMAV_GID ?= "clamav" CLAMAV_GID ?= "clamav"
INSTALL_CLAMAV_CVD ?= "1" INSTALL_CLAMAV_CVD ?= "0"
CLAMAV_USR_DIR = "${STAGING_DIR_NATIVE}/usr" CLAMAV_USR_DIR = "${STAGING_DIR_NATIVE}/usr"
CLAMAV_USR_DIR_class-target = "${STAGING_DIR_HOST}/usr" CLAMAV_USR_DIR_class-target = "${STAGING_DIR_HOST}/usr"
@@ -37,9 +37,9 @@ SUMMARY_packagegroup-security-scanners = "Security scanners"
RDEPENDS_packagegroup-security-scanners = "\ RDEPENDS_packagegroup-security-scanners = "\
nikto \ nikto \
checksecurity \ checksecurity \
${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-freshclam clamav-cvd",d)} \ ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 riscv64", "", " clamav clamav-freshclam",d)} \
" "
RDEPENDS_packagegroup-security-scanners_remove_libc-musl = "clamav clamav-freshclam clamav-cvd" RDEPENDS_packagegroup-security-scanners_remove_libc-musl = "clamav clamav-freshclam"
SUMMARY_packagegroup-security-audit = "Security Audit tools " SUMMARY_packagegroup-security-audit = "Security Audit tools "
RDEPENDS_packagegroup-security-audit = " \ RDEPENDS_packagegroup-security-audit = " \