diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-08-18 18:46:33 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-08-19 16:09:28 -0700 |
| commit | 45ee3c0e98bd3ed81419aaeae1e7324e486161a2 (patch) | |
| tree | 002a1a0953f471f399c45da2a281095d903e49f9 | |
| parent | 279045b2b046379f63a12cbcfef90f49436ec4bd (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-oe/recipes-graphics/xorg-app/xkbevd_1.1.4.bb | 2 |
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. " | |||
| 5 | 5 | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=208668fa9004709ba22c2b748140956c" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=208668fa9004709ba22c2b748140956c" |
| 7 | 7 | ||
| 8 | DEPENDS += "libxkbfile" | 8 | DEPENDS += "libxkbfile bison-native" |
| 9 | 9 | ||
| 10 | BBCLASSEXTEND = "native" | 10 | BBCLASSEXTEND = "native" |
| 11 | 11 | ||
