]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc: Add bison-native dependency for 2018.07
authorDaiane Angolini <daiane.angolini@nxp.com>
Thu, 23 Aug 2018 13:43:10 +0000 (10:43 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 31 Aug 2018 01:01:01 +0000 (22:01 -0300)
The u-boot-fslc now depends on bison to complete the build.

This patch fixes the following error message:

| rm -f .tmp_quiet_recordmcount
| make -f
/home/daiane/code/yocto/master/build/tmp/work/imx7dsabresd-fslc-linux-gnueabi/u-boot-fslc/v2018.07+gitAUTOINC+bc558729a7-r0/git/scripts/Makefile.build
obj=scripts/kconfig mx7dsabresd_config
|   bison -oscripts/kconfig/zconf.tab.c -t -l
/home/daiane/code/yocto/master/build/tmp/work/imx7dsabresd-fslc-linux-gnueabi/u-boot-fslc/v2018.07+gitAUTOINC+bc558729a7-r0/git/scripts/kconfig/zconf.y
| /bin/sh: 1: bison: not found
| scripts/Makefile.lib:228: recipe for target
'scripts/kconfig/zconf.tab.c' failed
| make[2]: *** [scripts/kconfig/zconf.tab.c] Error 12

Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-bsp/u-boot/u-boot-fslc_2018.07.bb

index 5659e16c142362b859a10ad4a42844698621b95c..6c391ad323f7f969327b8ef5e84aa9e37ab3c468 100644 (file)
@@ -6,7 +6,7 @@ order to provide support for some backported features and fixes, or because it \
 was submitted for revision and it takes some time to become part of a stable \
 version, or because it is not applicable for upstreaming."
 
-DEPENDS_append = " dtc-native"
+DEPENDS_append = " dtc-native bison-native"
 
 PROVIDES += "u-boot"