diff options
author | Charles Perry <charles.perry@savoirfairelinux.com> | 2023-11-22 18:56:46 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-22 16:39:50 -0800 |
commit | 991e6852a53e0fcd40af8f0386d7f46bb318015e (patch) | |
tree | 4ad71084ad9a00b8961fdc4856a63b812648a237 | |
parent | fce26a78a14c8c32aac6ec299d0ce7baf51c029e (diff) | |
download | meta-openembedded-991e6852a53e0fcd40af8f0386d7f46bb318015e.tar.gz |
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>
-rw-r--r-- | meta-networking/recipes-support/libexosip2/libexosip2_5.3.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
17 | PACKAGECONFIG = "c-ares openssl" | 17 | PACKAGECONFIG = "c-ares openssl" |
18 | PACKAGECONFIG[c-ares] = ",,c-ares" | 18 | PACKAGECONFIG[c-ares] = ",,c-ares" |
19 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" | 19 | PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl" |
20 | |||
21 | PACKAGES =+ "${PN}-tools" | ||
22 | FILES:${PN}-tools += "${bindir}" | ||