diff mbox series

[meta-networking,2/2] libexosip2: package binaries in a separate package

Message ID 20231122235646.3631072-2-charles.perry@savoirfairelinux.com
State Accepted
Headers show
Series [meta-networking,1/2] libexosip2: add c-ares and openssl PACKAGECONFIG | expand

Commit Message

Charles Perry Nov. 22, 2023, 11:56 p.m. UTC
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>
---
 meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

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 3246baae4..541b2edce 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
 PACKAGECONFIG = "c-ares openssl"
 PACKAGECONFIG[c-ares] = ",,c-ares"
 PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
+
+PACKAGES =+ "${PN}-tools"
+FILES:${PN}-tools += "${bindir}"