diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2014-04-21 02:21:07 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-05-03 20:45:01 +0200 |
| commit | d1a619eeddb829caed85ef1a9f5901b772344b33 (patch) | |
| tree | e61d4a8ef47593b4b820fc1c530d715cc8cb3f67 /meta-oe | |
| parent | e23158541c5dc49f4f75f7e7812fe65c8c512908 (diff) | |
| download | meta-openembedded-d1a619eeddb829caed85ef1a9f5901b772344b33.tar.gz | |
rsyslog: add DEPENDS on bison-native and flex-native
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/rsyslog/rsyslog_7.4.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 31d2935a12..344a131579 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,\ | |||
| 9 | encryption protected syslog relay chains while at the same time being\ | 9 | encryption protected syslog relay chains while at the same time being\ |
| 10 | very easy to setup for the novice user." | 10 | very easy to setup for the novice user." |
| 11 | 11 | ||
| 12 | DEPENDS = "zlib libestr json-c" | 12 | DEPENDS = "zlib libestr json-c bison-native flex-native" |
| 13 | HOMEPAGE = "http://www.rsyslog.com/" | 13 | HOMEPAGE = "http://www.rsyslog.com/" |
| 14 | LICENSE = "GPLv3 & LGPLv3 & Apache-2.0" | 14 | LICENSE = "GPLv3 & LGPLv3 & Apache-2.0" |
| 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=51d9635e646fb75e1b74c074f788e973 \ | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=51d9635e646fb75e1b74c074f788e973 \ |
