diff options
author | Chong.Lu@windriver.com <Chong.Lu@windriver.com> | 2015-01-26 14:39:39 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-12 19:31:52 +0100 |
commit | 029dffeb94cc3b6c90229189df035d15179a91e8 (patch) | |
tree | 0ba1a646e19c59ed7f4680c816e39135be3775e0 | |
parent | 8e60fa7dfa5620e6da03b9d20b15724ed25c56a7 (diff) | |
download | meta-openembedded-029dffeb94cc3b6c90229189df035d15179a91e8.tar.gz |
syslog-ng: Add a PACKAGECONFIG for syslog-ng-libs
This solves the following warning:
WARNING: QA Issue: syslog-ng-libs rdepends on geoip, but it isn't a build
dependency? [build-deps]
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc index 984af439a..4aead31b7 100644 --- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc | |||
@@ -53,6 +53,7 @@ PACKAGECONFIG[libnet] = "--enable-libnet --with-libnet=${STAGING_BINDIR_CROSS},- | |||
53 | PACKAGECONFIG[smtp] = "--enable-smtp --with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp," | 53 | PACKAGECONFIG[smtp] = "--enable-smtp --with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp," |
54 | PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c," | 54 | PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c," |
55 | PACKAGECONFIG[tcp-wrapper] = "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wrappers," | 55 | PACKAGECONFIG[tcp-wrapper] = "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wrappers," |
56 | PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip," | ||
56 | 57 | ||
57 | do_configure_prepend() { | 58 | do_configure_prepend() { |
58 | eval "${@base_contains('DISTRO_FEATURES', 'largefile', '', 'sed -i -e "s/-D_LARGEFILE_SOURCE//" -e "s/-D_FILE_OFFSET_BITS=64//" ${S}/configure.in', d)}" | 59 | eval "${@base_contains('DISTRO_FEATURES', 'largefile', '', 'sed -i -e "s/-D_LARGEFILE_SOURCE//" -e "s/-D_FILE_OFFSET_BITS=64//" ${S}/configure.in', d)}" |