diff options
author | Charles Perry <charles.perry@savoirfairelinux.com> | 2023-11-22 18:56:45 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-22 16:39:50 -0800 |
commit | fce26a78a14c8c32aac6ec299d0ce7baf51c029e (patch) | |
tree | fc3a9e91f5c27a3fdec1fa93fcc3e35917e919fe | |
parent | 00e928bcb7e933ada8e67f3bfa887988d1ca9d61 (diff) | |
download | meta-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.bb | 4 |
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" | |||
13 | SRC_URI[sha256sum] = "5b7823986431ea5cedc9f095d6964ace966f093b2ae7d0b08404788bfcebc9c2" | 13 | SRC_URI[sha256sum] = "5b7823986431ea5cedc9f095d6964ace966f093b2ae7d0b08404788bfcebc9c2" |
14 | 14 | ||
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
16 | |||
17 | PACKAGECONFIG = "c-ares openssl" | ||
18 | PACKAGECONFIG[c-ares] = ",,c-ares" | ||
19 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" | ||