Why is this not a build error?

Alex

On Fri, 25 Oct 2024 at 11:16, Fathi Boudra via lists.openembedded.org
<[email protected]> wrote:
>
> Add build dependency to bison because yacc is required:
> https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libksba.git;a=blob;f=configure.ac;h=a2b213f245786d010e0fbf3e19291f0b1ab2373e;hb=3a4382259c3c6e7ef38cd33626fe2c1da282f816#l162
>
> Fix ftbfs (triggered on scarthgap, but same apply to master):
> | test -f asn1-parse.c || /bin/bash ../../libksba-1.6.6/build-aux/ylwrap 
> ../../libksba-1.6.6/src/asn1-parse.y y.tab.c asn1-parse.c y.tab.h `echo 
> asn1-parse.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ 
> -e s/c$/h/` y.output asn1-parse.output -- yacc
> | ../../libksba-1.6.6/build-aux/ylwrap: line 175: yacc: command not found
>
> Signed-off-by: Fathi Boudra <[email protected]>
> ---
>  meta/recipes-support/libksba/libksba_1.6.7.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-support/libksba/libksba_1.6.7.bb 
> b/meta/recipes-support/libksba/libksba_1.6.7.bb
> index b7a9fc4050..7d308c66fa 100644
> --- a/meta/recipes-support/libksba/libksba_1.6.7.bb
> +++ b/meta/recipes-support/libksba/libksba_1.6.7.bb
> @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = 
> "file://COPYING;md5=fd541d83f75d038c4e0617b672ed8bda \
>                      
> file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
>                     "
>
> -DEPENDS = "libgpg-error"
> +DEPENDS = "bison libgpg-error"
>
>  BINCONFIG = "${bindir}/ksba-config"
>
> --
> 2.45.2
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#206345): 
https://lists.openembedded.org/g/openembedded-core/message/206345
Mute This Topic: https://lists.openembedded.org/mt/109204960/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to