mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
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:
parent
fce26a78a1
commit
991e6852a5
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user