keynote: add dependency on bison-native

bison/yacc is no longer automatically supplied.

Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Joe Slater
2018-08-27 14:40:57 -07:00
committed by Armin Kuster
parent 1d1c293819
commit 46d81c4737
+1 -1
View File
@@ -23,7 +23,7 @@ inherit autotools-brokensep ptest
SRC_URI[md5sum] = "a14553e6ad921b5c85026ce5bec3afe7"
SRC_URI[sha256sum] = "38d2acfa1c3630a07adcb5c8fe92d2aef7f0e6d242b8998b2bbb1c6e4c408d46"
DEPENDS = "flex openssl"
DEPENDS = "flex openssl bison-native"
EXTRA_OEMAKE += "test-sample -j1"