Fixed: make[4]: swig: Command not found make[4]: *** [audit_wrap.c] Error 127
Signed-off-by: Robert Yang <[email protected]> --- recipes-security/audit/audit_2.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/audit/audit_2.7.bb b/recipes-security/audit/audit_2.7.bb index 6bcbecd..89adab6 100644 --- a/recipes-security/audit/audit_2.7.bb +++ b/recipes-security/audit/audit_2.7.bb @@ -26,7 +26,7 @@ INITSCRIPT_PARAMS = "defaults" SYSTEMD_SERVICE_${PN} = "auditd.service" -DEPENDS += "python tcp-wrappers libcap-ng linux-libc-headers (>= 2.6.30)" +DEPENDS += "python tcp-wrappers libcap-ng linux-libc-headers (>= 2.6.30) swig-native" EXTRA_OECONF += "--without-prelude \ --with-libwrap \ -- 2.9.0 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
