summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/mcelog
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2018-08-18 15:12:18 +0000
committerKhem Raj <raj.khem@gmail.com>2018-08-19 16:09:28 -0700
commit279045b2b046379f63a12cbcfef90f49436ec4bd (patch)
tree38de975f11517b574dbda31be6d55eb1c103571f /meta-oe/recipes-support/mcelog
parent89963566543468d8714702004a35333b12ad6a67 (diff)
downloadmeta-openembedded-279045b2b046379f63a12cbcfef90f49436ec4bd.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support/mcelog')
-rw-r--r--meta-oe/recipes-support/mcelog/mce-inject_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/mcelog/mce-inject_git.bb b/meta-oe/recipes-support/mcelog/mce-inject_git.bb
index 86d50a2be..cc33cbaf2 100644
--- a/meta-oe/recipes-support/mcelog/mce-inject_git.bb
+++ b/meta-oe/recipes-support/mcelog/mce-inject_git.bb
@@ -10,6 +10,8 @@ SRCREV = "4cbe46321b4a81365ff3aafafe63967264dbfec5"
10 10
11UPSTREAM_CHECK_COMMITS = "1" 11UPSTREAM_CHECK_COMMITS = "1"
12 12
13DEPENDS = "bison-native"
14
13LICENSE = "GPLv2" 15LICENSE = "GPLv2"
14LIC_FILES_CHKSUM = "file://README;beginline=30;md5=94c18755082a2da9c9cf97cba3ad47d6" 16LIC_FILES_CHKSUM = "file://README;beginline=30;md5=94c18755082a2da9c9cf97cba3ad47d6"
15 17