All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] syslog-ng: Add a PACKAGECONFIG for syslog-ng-libs
@ 2015-01-26  6:39 Chong Lu
  2015-01-26  6:39 ` [meta-webserver][PATCH 2/2] cherokee: Add a PACKAGECONFIG for cherokee Chong Lu
  0 siblings, 1 reply; 3+ messages in thread
From: Chong Lu @ 2015-01-26  6:39 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 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)}"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-28  9:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-26  6:39 [meta-oe][PATCH 1/2] syslog-ng: Add a PACKAGECONFIG for syslog-ng-libs Chong Lu
2015-01-26  6:39 ` [meta-webserver][PATCH 2/2] cherokee: Add a PACKAGECONFIG for cherokee Chong Lu
2015-01-28  9:10   ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.