blob: 118827ee5159aed3294c35d6ab9e0216be2bbd0c [file] [log] [blame]
Pau Espin Pedroldf34ca22017-09-26 14:27:13 +02001DESCRIPTION = "Osmocom Iuh and HNB-GW implementation"
2HOMEPAGE = "https://osmocom.org/projects/osmohnbgw"
3LICENSE = "AGPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
5
6DEPENDS = "libosmocore libosmo-netif libosmo-sccp libasn1c"
7
8INC_PR="r0.${META_TELEPHONY_OSMO_INC}"
9
10inherit autotools pkgconfig systemd
11
12do_install_append() {
13 install -d ${D}${systemd_system_unitdir}/
14 install -d ${D}${sysconfdir}/osmocom/
15
16 install -m 0644 ${S}/doc/examples/osmo-hnbgw.cfg ${D}${sysconfdir}/osmocom/
17 install -m 0644 ${S}/contrib/systemd/osmo-hnbgw.service ${D}${systemd_system_unitdir}/
18}
19
20SYSTEMD_SERVICE_${PN} = "osmo-hnbgw.service"