[yocto] [meta-security][PATCH] libseccomp: Drop RDEPENDS on bash

akuster808 akuster808 at gmail.com
Sun Sep 2 07:49:59 PDT 2018



On 08/13/2018 11:20 AM, Alex Kiernan wrote:
> Commit ada3eee ("libseccomp: fix rdepends") added RDEPENDS on bash, but
> this is no longer needed, so drop it.
>
> Signed-off-by: Alex Kiernan <alex.kiernan at gmail.com>

merged
> ---
>
>  recipes-security/libseccomp/libseccomp_2.3.3.bb | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/recipes-security/libseccomp/libseccomp_2.3.3.bb b/recipes-security/libseccomp/libseccomp_2.3.3.bb
> index 8d58163..0a8a679 100644
> --- a/recipes-security/libseccomp/libseccomp_2.3.3.bb
> +++ b/recipes-security/libseccomp/libseccomp_2.3.3.bb
> @@ -38,5 +38,4 @@ do_install_ptest() {
>  FILES_${PN} = "${bindir} ${libdir}/${PN}.so*"
>  FILES_${PN}-dbg += "${libdir}/${PN}/tests/.debug/* ${libdir}/${PN}/tools/.debug"
>  
> -RDEPENDS_${PN} = "bash"
>  RDEPENDS_${PN}-ptest = "bash"



More information about the yocto mailing list