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 <[email protected]> --- 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"
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
