blob: 96d373404c3f482a06f7148c07ebb47b7e265223 [file] [log] [blame]
Pau Espin Pedrola0862392018-02-16 17:38:33 +01001DESCRIPTION = "Osmo SIP Connector"
2HOMEPAGE = "https://osmocom.org/projects/osmo-sip-conector"
3LICENSE = "AGPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=ccdfc45f78d625db70e70ede679d5ce3"
5
6DEPENDS = "sofia-sip libosmocore"
7
Pau Espin Pedrole1ad7042018-09-14 14:47:08 +02008INC_PR="r1.${META_TELEPHONY_OSMO_INC}"
Pau Espin Pedrola0862392018-02-16 17:38:33 +01009
10inherit autotools pkgconfig systemd
11
Pau Espin Pedrole1ad7042018-09-14 14:47:08 +020012PACKAGECONFIG ??= "\
13 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
14 "
15PACKAGECONFIG[systemd] = "--with-systemdsystemunitdir=${systemd_system_unitdir},--without-systemdsystemunitdir"
Pau Espin Pedrola0862392018-02-16 17:38:33 +010016
Pau Espin Pedrola0862392018-02-16 17:38:33 +010017
Pau Espin Pedrola0862392018-02-16 17:38:33 +010018SYSTEMD_SERVICE_${PN} = "${PN}.service"
19CONFFILES_osmo-sip-connector = "${sysconfdir}/osmocom/osmo-sip-connector.cfg"