[yocto] [meta-security][PATCH 1/1] keynote: add dependency on bison-native

akuster808 akuster808 at gmail.com
Sun Sep 2 07:50:48 PDT 2018



On 08/27/2018 02:40 PM, Joe Slater wrote:
> bison/yacc is no longer automatically supplied.
>
> Signed-off-by: Joe Slater <joe.slater at windriver.com>
merged
> ---
>  recipes-security/keynote/keynote_2.3.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-security/keynote/keynote_2.3.bb b/recipes-security/keynote/keynote_2.3.bb
> index e692485..0300894 100644
> --- a/recipes-security/keynote/keynote_2.3.bb
> +++ b/recipes-security/keynote/keynote_2.3.bb
> @@ -23,7 +23,7 @@ inherit autotools-brokensep ptest
>  SRC_URI[md5sum] = "a14553e6ad921b5c85026ce5bec3afe7"
>  SRC_URI[sha256sum] = "38d2acfa1c3630a07adcb5c8fe92d2aef7f0e6d242b8998b2bbb1c6e4c408d46"
>  
> -DEPENDS = "flex openssl"
> +DEPENDS = "flex openssl bison-native"
>  
>  EXTRA_OEMAKE += "test-sample -j1"
>  



More information about the yocto mailing list