Message ID | 20250724072642.7358-7-marta.rybczynska@ygreky.com |
---|---|
State | New |
Headers | show |
Series | master-next updates | expand |
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index 77782c9..bda78ce 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb @@ -91,6 +91,7 @@ RDEPENDS:packagegroup-security-ids:remove:powerpc64 = "suricata" RDEPENDS:packagegroup-security-ids:remove:riscv32 = "suricata" RDEPENDS:packagegroup-security-ids:remove:riscv64 = "suricata" RDEPENDS:packagegroup-security-ids:remove:libc-musl = "ossec-hids" +RDEPENDS:packagegroup-security-ids:remove:libc-musl = "aide" SUMMARY:packagegroup-security-mac = "Security Mandatory Access Control systems" RDEPENDS:packagegroup-security-mac = " \
Aide currently doesn't compile with musl because of copied getopt prototypes and implementation. Signed-off-by: Marta Rybczynska <marta.rybczynska@ygreky.com> --- recipes-core/packagegroup/packagegroup-core-security.bb | 1 + 1 file changed, 1 insertion(+)