syslog-ng: add bison-native to dependencies

Add bison-native in dependencies, this is required by the syslog-ng
Open Source documentation(https://www.syslog-ng.com/technical-documents
/list/syslog-ng-open-source-edition)

Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wenlin Kang
2021-01-05 16:57:49 -08:00
committed by Khem Raj
parent 22eaac640f
commit f49be4279d
@@ -13,7 +13,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=24c0c5cb2c83d9f2ab725481e4df5240"
# util-linux added to get libuuid
DEPENDS = "libpcre flex glib-2.0 openssl util-linux"
DEPENDS = "libpcre flex glib-2.0 openssl util-linux bison-native"
# We expect the recipe to add anything specific for that version to these defaults.
#