diff options
author | Wenlin Kang <wenlin.kang@windriver.com> | 2021-01-05 16:57:49 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-05 21:32:55 -0800 |
commit | f49be4279dba474827e1c7a8eff3a7c6c81f1b70 (patch) | |
tree | d648510019f6ec2a7a1feac89a1d5ee5238bc449 | |
parent | 22eaac640f80df44108a5565127181c94645a032 (diff) | |
download | meta-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>
-rw-r--r-- | meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 2 |
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" | |||
13 | LIC_FILES_CHKSUM = "file://COPYING;md5=24c0c5cb2c83d9f2ab725481e4df5240" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=24c0c5cb2c83d9f2ab725481e4df5240" |
14 | 14 | ||
15 | # util-linux added to get libuuid | 15 | # util-linux added to get libuuid |
16 | DEPENDS = "libpcre flex glib-2.0 openssl util-linux" | 16 | DEPENDS = "libpcre flex glib-2.0 openssl util-linux bison-native" |
17 | 17 | ||
18 | # We expect the recipe to add anything specific for that version to these defaults. | 18 | # We expect the recipe to add anything specific for that version to these defaults. |
19 | # | 19 | # |