* [meta-networking][PATCH] squid: Add a PACKAGECONFIG for libnetfilter-conntrack
@ 2014-10-22 10:07 Chong Lu
2014-10-27 7:20 ` Chong Lu
0 siblings, 1 reply; 2+ messages in thread
From: Chong Lu @ 2014-10-22 10:07 UTC (permalink / raw)
To: openembedded-devel
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@windriver.com>
---
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"
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-networking][PATCH] squid: Add a PACKAGECONFIG for libnetfilter-conntrack
2014-10-22 10:07 [meta-networking][PATCH] squid: Add a PACKAGECONFIG for libnetfilter-conntrack Chong Lu
@ 2014-10-27 7:20 ` Chong Lu
0 siblings, 0 replies; 2+ messages in thread
From: Chong Lu @ 2014-10-27 7:20 UTC (permalink / raw)
To: openembedded-devel
ping
-Chong
On 10/22/2014 06:07 PM, Chong Lu wrote:
> 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@windriver.com>
> ---
> 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"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-27 7:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-22 10:07 [meta-networking][PATCH] squid: Add a PACKAGECONFIG for libnetfilter-conntrack Chong Lu
2014-10-27 7:20 ` Chong Lu
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.