summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Perry <charles.perry@savoirfairelinux.com>2023-11-22 18:56:45 -0500
committerKhem Raj <raj.khem@gmail.com>2023-11-22 16:39:50 -0800
commitfce26a78a14c8c32aac6ec299d0ce7baf51c029e (patch)
treefc3a9e91f5c27a3fdec1fa93fcc3e35917e919fe
parent00e928bcb7e933ada8e67f3bfa887988d1ca9d61 (diff)
downloadmeta-openembedded-fce26a78a14c8c32aac6ec299d0ce7baf51c029e.tar.gz
libexosip2: add c-ares and openssl PACKAGECONFIG
They are enabled by default as libexosip2 works better with those. Signed-off-by: Charles Perry <charles.perry@savoirfairelinux.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb4
1 files changed, 4 insertions, 0 deletions
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"
13SRC_URI[sha256sum] = "5b7823986431ea5cedc9f095d6964ace966f093b2ae7d0b08404788bfcebc9c2" 13SRC_URI[sha256sum] = "5b7823986431ea5cedc9f095d6964ace966f093b2ae7d0b08404788bfcebc9c2"
14 14
15inherit autotools pkgconfig 15inherit autotools pkgconfig
16
17PACKAGECONFIG = "c-ares openssl"
18PACKAGECONFIG[c-ares] = ",,c-ares"
19PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"