summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/xorg-app
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 /meta-oe/recipes-graphics/xorg-app
parent279045b2b046379f63a12cbcfef90f49436ec4bd (diff)
downloadmeta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-graphics/xorg-app')
-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 a6fc9e755..b42c1b950 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. "
5 5
6LIC_FILES_CHKSUM = "file://COPYING;md5=208668fa9004709ba22c2b748140956c" 6LIC_FILES_CHKSUM = "file://COPYING;md5=208668fa9004709ba22c2b748140956c"
7 7
8DEPENDS += "libxkbfile" 8DEPENDS += "libxkbfile bison-native"
9 9
10BBCLASSEXTEND = "native" 10BBCLASSEXTEND = "native"
11 11