From fce26a78a14c8c32aac6ec299d0ce7baf51c029e Mon Sep 17 00:00:00 2001 From: Charles Perry Date: Wed, 22 Nov 2023 18:56:45 -0500 Subject: libexosip2: add c-ares and openssl PACKAGECONFIG They are enabled by default as libexosip2 works better with those. Signed-off-by: Charles Perry Signed-off-by: Khem Raj --- meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-networking/recipes-support/libexosip2') diff --git a/meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb b/meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb index 99a32fd4d0..3246baae43 100644 --- a/meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb +++ b/meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb @@ -13,3 +13,7 @@ SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/exosip/${BPN}-${PV}.tar.gz" SRC_URI[sha256sum] = "5b7823986431ea5cedc9f095d6964ace966f093b2ae7d0b08404788bfcebc9c2" inherit autotools pkgconfig + +PACKAGECONFIG = "c-ares openssl" +PACKAGECONFIG[c-ares] = ",,c-ares" +PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" -- cgit v1.2.3-54-g00ecf