[yocto] [meta-security][PATCH] Corrects a typing error.

akuster808 akuster808 at gmail.com
Tue Aug 4 19:03:56 PDT 2015


merged.

thanks,
Armin

On 08/03/2015 03:42 PM, Thomas Perrot wrote:
> Signed-off-by: Thomas Perrot <thomas.perrot at tupi.fr>
> ---
>   recipes-security/libseccomp/libseccomp_2.2.0.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-security/libseccomp/libseccomp_2.2.0.bb b/recipes-security/libseccomp/libseccomp_2.2.0.bb
> index bd970ed..3b6aa67 100644
> --- a/recipes-security/libseccomp/libseccomp_2.2.0.bb
> +++ b/recipes-security/libseccomp/libseccomp_2.2.0.bb
> @@ -30,7 +30,7 @@ inherit autotools-brokensep pkgconfig
>   PACKAGECONFIG ??= ""
>   PACKAGECONFIG[python] = "--enable-python, --disable-python, python"
>
> -do_compile_appned() {
> +do_compile_append() {
>       oe_runmake -C tests check-build
>   }
>
>



More information about the yocto mailing list