From: Otavio Salvador Date: Wed, 26 Sep 2018 17:30:50 +0000 (-0300) Subject: u-boot-fslc-mxsboot: Add bison-native to build depends X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=4401cfc422d937b9e50e9197fd42933339d13439;p=meta-freescale.git 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 --- 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"