aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-18 18:46:33 -0700
committerKhem Raj <raj.khem@gmail.com>2018-08-19 16:09:28 -0700
commit45ee3c0e98bd3ed81419aaeae1e7324e486161a2 (patch)
tree002a1a0953f471f399c45da2a281095d903e49f9
parent279045b2b046379f63a12cbcfef90f49436ec4bd (diff)
downloadmeta-openembedded-contrib-45ee3c0e98bd3ed81419aaeae1e7324e486161a2.tar.gz
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@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.4.bb2
1 files changed, 1 insertions, 1 deletions
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 a6fc9e7551..b42c1b9506 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"