[oe-commits] Chong.Lu at windriver.com : squid: Add a PACKAGECONFIG for libnetfilter-conntrack

git at git.openembedded.org git at git.openembedded.org
Thu Oct 30 08:04:18 UTC 2014


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

Author: Chong.Lu at windriver.com <Chong.Lu at windriver.com>
Date:   Wed Oct 22 18:07:13 2014 +0800

squid: Add a PACKAGECONFIG for libnetfilter-conntrack

This solves the following warning:

WARNING: QA Issue: squid rdepends on libnetfilter-conntrack, 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-networking/recipes-daemons/squid/squid_3.4.7.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-networking/recipes-daemons/squid/squid_3.4.7.bb b/meta-networking/recipes-daemons/squid/squid_3.4.7.bb
index 37e4bba..cd10bd0 100644
--- a/meta-networking/recipes-daemons/squid/squid_3.4.7.bb
+++ b/meta-networking/recipes-daemons/squid/squid_3.4.7.bb
@@ -35,6 +35,8 @@ inherit autotools useradd ptest
 USERADD_PACKAGES = "${PN}"
 USERADD_PARAM_${PN} = "--system --no-create-home --home-dir /var/run/squid --shell /bin/false --user-group squid"
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[libnetfilter-conntrack] = "--with-netfilter-conntrack=${includedir}, --without-netfilter-conntrack, libnetfilter-conntrack"
 EXTRA_OECONF += "--with-default-user=squid"
 
 TESTDIR = "test-suite"



More information about the Openembedded-commits mailing list