* [meta-oe][PATCH] openconnect: add missing dependencies
@ 2016-04-27 12:49 Ioan-Adrian Ratiu
2016-05-06 2:04 ` Robert Yang
0 siblings, 1 reply; 3+ messages in thread
From: Ioan-Adrian Ratiu @ 2016-04-27 12:49 UTC (permalink / raw)
To: openembedded-devel
They were autodetected and triggered QA warnings
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
---
meta-networking/recipes-connectivity/openconnect/openconnect_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb b/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb
index 0a8b875..6d3c252 100644
--- a/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb
+++ b/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb
@@ -2,7 +2,7 @@ SUMMARY = "Open client for Cisco AnyConnect VPN"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad"
-DEPENDS = "vpnc libxml2 gnutls"
+DEPENDS = "vpnc libxml2 gnutls lz4 krb5 libproxy pcsc-lite"
RDEPENDS_${PN} = "vpnc"
PV = "7.06"
--
2.8.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH] openconnect: add missing dependencies
2016-04-27 12:49 [meta-oe][PATCH] openconnect: add missing dependencies Ioan-Adrian Ratiu
@ 2016-05-06 2:04 ` Robert Yang
2016-05-09 7:28 ` Ioan-Adrian Ratiu
0 siblings, 1 reply; 3+ messages in thread
From: Robert Yang @ 2016-05-06 2:04 UTC (permalink / raw)
To: openembedded-devel
Hi Ioan,
Is it possible to use PACKAGECONFIG to add these dependencies conditionally ?
On 04/27/2016 08:49 PM, Ioan-Adrian Ratiu wrote:
> They were autodetected and triggered QA warnings
>
> Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
> ---
> meta-networking/recipes-connectivity/openconnect/openconnect_git.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb b/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb
> index 0a8b875..6d3c252 100644
> --- a/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb
> +++ b/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb
> @@ -2,7 +2,7 @@ SUMMARY = "Open client for Cisco AnyConnect VPN"
> LICENSE = "LGPLv2.1"
> LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad"
>
> -DEPENDS = "vpnc libxml2 gnutls"
> +DEPENDS = "vpnc libxml2 gnutls lz4 krb5 libproxy pcsc-lite"
> RDEPENDS_${PN} = "vpnc"
>
> PV = "7.06"
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH] openconnect: add missing dependencies
2016-05-06 2:04 ` Robert Yang
@ 2016-05-09 7:28 ` Ioan-Adrian Ratiu
0 siblings, 0 replies; 3+ messages in thread
From: Ioan-Adrian Ratiu @ 2016-05-09 7:28 UTC (permalink / raw)
To: Robert Yang; +Cc: openembedded-devel
Hi Robert
On Fri, 6 May 2016 10:04:06 +0800
Robert Yang <liezhi.yang@windriver.com> wrote:
> Hi Ioan,
>
> Is it possible to use PACKAGECONFIG to add these dependencies conditionally ?
Sure. I'll make some time to write & send another patch to make deps conditional
on PACKAGECONFIG.
Thanks,
Ioan-Adrian
>
> On 04/27/2016 08:49 PM, Ioan-Adrian Ratiu wrote:
> > They were autodetected and triggered QA warnings
> >
> > Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
> > ---
> > meta-networking/recipes-connectivity/openconnect/openconnect_git.bb | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb b/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb
> > index 0a8b875..6d3c252 100644
> > --- a/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb
> > +++ b/meta-networking/recipes-connectivity/openconnect/openconnect_git.bb
> > @@ -2,7 +2,7 @@ SUMMARY = "Open client for Cisco AnyConnect VPN"
> > LICENSE = "LGPLv2.1"
> > LIC_FILES_CHKSUM = "file://COPYING.LGPL;md5=243b725d71bb5df4a1e5920b344b86ad"
> >
> > -DEPENDS = "vpnc libxml2 gnutls"
> > +DEPENDS = "vpnc libxml2 gnutls lz4 krb5 libproxy pcsc-lite"
> > RDEPENDS_${PN} = "vpnc"
> >
> > PV = "7.06"
> >
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-05-09 7:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-27 12:49 [meta-oe][PATCH] openconnect: add missing dependencies Ioan-Adrian Ratiu
2016-05-06 2:04 ` Robert Yang
2016-05-09 7:28 ` Ioan-Adrian Ratiu
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.