From: Rouven Czerwinski <[email protected]>

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]>
---
 rules/host-imx-cst.make | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/rules/host-imx-cst.make b/rules/host-imx-cst.make
index 9712aa4ed..2cabe16fb 100644
--- a/rules/host-imx-cst.make
+++ b/rules/host-imx-cst.make
@@ -68,6 +68,9 @@ HOST_IMX_CST_MAKE_ENV := \
        $(HOST_ENV) \
        OPENSSL_PATH="$(PTXDIST_SYSROOT_HOST)/usr/lib/"
 
+HOST_IMX_CST_MAKE_OPT := \
+       YACC=bison
+
 # ----------------------------------------------------------------------------
 # Install
 # ----------------------------------------------------------------------------
-- 
2.48.1


Reply via email to