[oe-commits] [meta-openembedded] 46/47: mce-inject: add dependency on bison-native

git at git.openembedded.org git at git.openembedded.org
Sun Aug 19 23:11:58 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master
in repository meta-openembedded.

commit 279045b2b046379f63a12cbcfef90f49436ec4bd
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Sat Aug 18 15:12:18 2018 +0000

    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 at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/mcelog/mce-inject_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/mcelog/mce-inject_git.bb b/meta-oe/recipes-support/mcelog/mce-inject_git.bb
index 86d50a2..cc33cba 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"
 
 UPSTREAM_CHECK_COMMITS = "1"
 
+DEPENDS = "bison-native"
+
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://README;beginline=30;md5=94c18755082a2da9c9cf97cba3ad47d6"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list