Thanks, applied as f9ccf8e09d590c4964dc1462772b182f08b21877.

Michael

[sent from post-receive hook]

On Fri, 04 Apr 2025 15:50:09 +0200, Rouven Czerwinski 
<[email protected]> wrote:
> Bison is fully compatible to the default byacc tool used by cst. Remove
> the byacc dependency by overwriting the correct make variable with bison.
> 
> Signed-off-by: Rouven Czerwinski <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/host-imx-cst.make b/rules/host-imx-cst.make
> index 3850f7200628..228fa3554713 100644
> --- a/rules/host-imx-cst.make
> +++ b/rules/host-imx-cst.make
> @@ -60,6 +60,9 @@ HOST_IMX_CST_MAKE_ENV := \
>       $(HOST_ENV) \
>       OPENSSL_PATH="$(PTXDIST_SYSROOT_HOST)/usr/lib/"
>  
> +HOST_IMX_CST_MAKE_OPT := \
> +     YACC=bison
> +
>  # 
> ----------------------------------------------------------------------------
>  # Install
>  # 
> ----------------------------------------------------------------------------

Reply via email to