mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00: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:
@@ -17,3 +17,6 @@ inherit autotools pkgconfig
|
|||||||
PACKAGECONFIG = "c-ares openssl"
|
PACKAGECONFIG = "c-ares openssl"
|
||||||
PACKAGECONFIG[c-ares] = ",,c-ares"
|
PACKAGECONFIG[c-ares] = ",,c-ares"
|
||||||
PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
|
PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
|
||||||
|
|
||||||
|
PACKAGES =+ "${PN}-tools"
|
||||||
|
FILES:${PN}-tools += "${bindir}"
|
||||||
|
|||||||
Reference in New Issue
Block a user