[oe-commits] [meta-openembedded] 19/20: xkbevd: Add bison-native to build deps

git at git.openembedded.org git at git.openembedded.org
Sun Aug 19 16:36:04 UTC 2018


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

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

commit 8749fa0f977bf8ec44f9bac8afbdf28822b88fb8
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Aug 18 18:46:33 2018 -0700

    xkbevd: Add bison-native to build deps
    
    Fixes:
    | configure: error: yacc not found - unable to compile cfgparse.y
    | NOTE: The following config.log files may provide further information.
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.4.bb b/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.4.bb
index a6fc9e7..b42c1b9 100644
--- a/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.4.bb
+++ b/meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.4.bb
@@ -5,7 +5,7 @@ events and executes requested commands if they occur. "
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=208668fa9004709ba22c2b748140956c"
 
-DEPENDS += "libxkbfile"
+DEPENDS += "libxkbfile bison-native"
 
 BBCLASSEXTEND = "native"
 

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


More information about the Openembedded-commits mailing list