Преглед на файлове

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>
Wenlin Kang преди 3 години
родител
ревизия
f49be4279d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      meta-oe/recipes-support/syslog-ng/syslog-ng.inc

+ 1 - 1
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.
 #