[oe] [meta-webserver][PATCH 2/2] cherokee: Add a PACKAGECONFIG for cherokee

Chong Lu Chong.Lu at windriver.com
Mon Jan 26 06:39:40 UTC 2015


This solves the following warning:
WARNING: QA Issue: cherokee rdepends on geoip, but it isn't a build dependency?
[build-deps]

Signed-off-by: Chong Lu <Chong.Lu at windriver.com>
---
 meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb b/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
index 054858e..451e97c 100644
--- a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
+++ b/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
@@ -22,6 +22,7 @@ inherit autotools pkgconfig binconfig update-rc.d systemd
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[ffmpeg] = "--with-ffmpeg,--without-ffmpeg,libav"
 PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap"
+PACKAGECONFIG[geoip] = "--with-geoip,--without-geoip,geoip"
 
 EXTRA_OECONF = "--disable-static \
                 --disable-nls \
-- 
1.9.1




More information about the Openembedded-devel mailing list