From 991e6852a53e0fcd40af8f0386d7f46bb318015e Mon Sep 17 00:00:00 2001 From: Charles Perry Date: Wed, 22 Nov 2023 18:56:46 -0500 Subject: 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 Signed-off-by: Khem Raj --- meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb | 3 +++ 1 file changed, 3 insertions(+) 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 PACKAGECONFIG = "c-ares openssl" PACKAGECONFIG[c-ares] = ",,c-ares" PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" + +PACKAGES =+ "${PN}-tools" +FILES:${PN}-tools += "${bindir}" -- cgit v1.2.3-54-g00ecf