From 4401cfc422d937b9e50e9197fd42933339d13439 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 26 Sep 2018 14:30:50 -0300 Subject: [PATCH] u-boot-fslc-mxsboot: Add bison-native to build depends Fixes: | bison -oscripts/kconfig/zconf.tab.c -t -l scripts/kconfig/zconf.y | /bin/sh: bison: command not found | make[1]: *** [scripts/Makefile.lib:228: scripts/kconfig/zconf.tab.c] | Error 127 Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.09.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.09.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.09.bb index ed32a274..e582ea8c 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.09.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.09.bb @@ -3,7 +3,7 @@ require u-boot-fslc-common_${PV}.inc DESCRIPTION = "U-boot bootloader mxsboot tool" SECTION = "bootloader" -DEPENDS = "dtc openssl" +DEPENDS = "bison-native dtc openssl" PROVIDES = "u-boot-mxsboot" -- 2.40.1