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
No known key found for this signature in database
GPG Key ID: BB053355919D3314

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