From: Armin Kuster <akus...@mvista.com> ERROR: oe_runmake failed | /bin/bash: swig: command not found | Makefile:776: recipe for target 'audit_wrap.c' failed | make[4]: *** [audit_wrap.c] Error 127
add swig-native to depends Signed-off-by: Armin Kuster <akus...@mvista.com> --- 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..61d084b 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 += "swig-native python tcp-wrappers libcap-ng linux-libc-headers (>= 2.6.30)" EXTRA_OECONF += "--without-prelude \ --with-libwrap \ -- 2.7.4 -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto