aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/syslog-ng
diff options
context:
space:
mode:
authorWenlin Kang <wenlin.kang@windriver.com>2021-01-05 16:57:49 -0800
committerKhem Raj <raj.khem@gmail.com>2021-01-05 21:32:55 -0800
commitf49be4279dba474827e1c7a8eff3a7c6c81f1b70 (patch)
treed648510019f6ec2a7a1feac89a1d5ee5238bc449 /meta-oe/recipes-support/syslog-ng
parent22eaac640f80df44108a5565127181c94645a032 (diff)
downloadmeta-openembedded-f49be4279dba474827e1c7a8eff3a7c6c81f1b70.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-support/syslog-ng')
-rw-r--r--meta-oe/recipes-support/syslog-ng/syslog-ng.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
index 2b38f4d693..818cad5bcd 100644
--- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
+++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
@@ -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.
#