]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc-mxsboot: Add bison-native to build depends
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 26 Sep 2018 17:30:50 +0000 (14:30 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 26 Sep 2018 17:38:06 +0000 (14:38 -0300)
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 <otavio@ossystems.com.br>
recipes-bsp/u-boot/u-boot-fslc-mxsboot_2018.09.bb

index ed32a2740470a297bea8e83c6f9a11ceaf7c1058..e582ea8c03c403eb3d03e8bbaeb73d1c39895b8f 100644 (file)
@@ -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"