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>
This commit is contained in:
Charles Perry
2023-11-22 18:56:46 -05:00
committed by Khem Raj
parent fce26a78a1
commit 991e6852a5

View File

@@ -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}"