[yocto] [meta-selinux][PATCH 1/3] audit: add swig-native to DEPENDS

Mark Hatle mark.hatle at windriver.com
Fri Feb 24 09:58:45 PST 2017


I am in the process of merging this set into master.

--Mark

On 2/14/17 12:51 AM, Robert Yang wrote:
> Fixed:
> make[4]: swig: Command not found
> make[4]: *** [audit_wrap.c] Error 127
> 
> Signed-off-by: Robert Yang <liezhi.yang at windriver.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..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 \
> 




More information about the yocto mailing list