[oe-commits] Jackie Huang : rsyslog: add DEPENDS on bison-native and flex-native

git at git.openembedded.org git at git.openembedded.org
Sat May 3 18:44:52 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: d1a619eeddb829caed85ef1a9f5901b772344b33
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=d1a619eeddb829caed85ef1a9f5901b772344b33

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Mon Apr 21 02:21:07 2014 -0400

rsyslog: add DEPENDS on bison-native and flex-native

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>

---

 meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
index 31d2935..344a131 100644
--- a/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
+++ b/meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb
@@ -9,7 +9,7 @@ Rsyslog is an enhanced syslogd supporting, among others, MySQL,\
  encryption protected syslog relay chains while at the same time being\
  very easy to setup for the novice user."
 
-DEPENDS = "zlib libestr json-c"
+DEPENDS = "zlib libestr json-c bison-native flex-native"
 HOMEPAGE = "http://www.rsyslog.com/"
 LICENSE = "GPLv3 & LGPLv3 & Apache-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=51d9635e646fb75e1b74c074f788e973 \



More information about the Openembedded-commits mailing list