summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Perry <charles.perry@savoirfairelinux.com>2023-11-22 18:56:46 -0500
committerKhem Raj <raj.khem@gmail.com>2023-11-22 16:39:50 -0800
commit991e6852a53e0fcd40af8f0386d7f46bb318015e (patch)
tree4ad71084ad9a00b8961fdc4856a63b812648a237
parentfce26a78a14c8c32aac6ec299d0ce7baf51c029e (diff)
downloadmeta-openembedded-991e6852a53e0fcd40af8f0386d7f46bb318015e.tar.gz
libexosip2: package binaries in a separate package
Put sip_monitor, sip_reg and sip_storm in a separate libexosip2-tools package as they won't be needed most of the time. 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.bb3
1 files changed, 3 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 3246baae43..541b2edce1 100644
--- a/meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb
+++ b/meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb
@@ -17,3 +17,6 @@ inherit autotools pkgconfig
17PACKAGECONFIG = "c-ares openssl" 17PACKAGECONFIG = "c-ares openssl"
18PACKAGECONFIG[c-ares] = ",,c-ares" 18PACKAGECONFIG[c-ares] = ",,c-ares"
19PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" 19PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
20
21PACKAGES =+ "${PN}-tools"
22FILES:${PN}-tools += "${bindir}"