Browse Source

mce-inject: add dependency on bison-native

* fixes:
NOTE: make -j 24 destdir=mce-inject/git-r0/image
Makefile:42: .depend: No such file or directory
bison -d mce.y
bison -d mce.y
make: bison: Command not found
Makefile:20: recipe for target 'mce.tab.h' failed
make: *** [mce.tab.h] Error 127

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Martin Jansa 5 years ago
parent
commit
279045b2b0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      meta-oe/recipes-support/mcelog/mce-inject_git.bb

+ 2 - 0
meta-oe/recipes-support/mcelog/mce-inject_git.bb

@@ -10,6 +10,8 @@ SRCREV = "4cbe46321b4a81365ff3aafafe63967264dbfec5"
 
 UPSTREAM_CHECK_COMMITS = "1"
 
+DEPENDS = "bison-native"
+
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://README;beginline=30;md5=94c18755082a2da9c9cf97cba3ad47d6"