mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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:
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user