[oe-commits] Chong.Lu at windriver.com : syslog-ng: Add a PACKAGECONFIG for syslog-ng-libs

git at git.openembedded.org git at git.openembedded.org
Wed Feb 4 16:06:14 UTC 2015


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

Author: Chong.Lu at windriver.com <Chong.Lu at windriver.com>
Date:   Mon Jan 26 14:39:39 2015 +0800

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 at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/syslog-ng/syslog-ng.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
index 984af43..4aead31 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},-
 PACKAGECONFIG[smtp] = "--enable-smtp --with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp,"
 PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c,"
 PACKAGECONFIG[tcp-wrapper] = "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wrappers,"
+PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip,"
 
 do_configure_prepend() {
     eval "${@base_contains('DISTRO_FEATURES', 'largefile', '', 'sed -i -e "s/-D_LARGEFILE_SOURCE//" -e "s/-D_FILE_OFFSET_BITS=64//" ${S}/configure.in', d)}"



More information about the Openembedded-commits mailing list