This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/4331
osmo-iuh: Split into packages libosmo-ranap and osmo-hnbgw
Change-Id: Ib924a5a05c378c59dd44aed5b5b5fe897604e86b
---
M recipes-osmocom/osmo-iuh/osmo-iuh.inc
1 file changed, 16 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/31/4331/1
diff --git a/recipes-osmocom/osmo-iuh/osmo-iuh.inc b/recipes-osmocom/osmo-iuh/osmo-iuh.inc
index 118827e..8daa878 100644
--- a/recipes-osmocom/osmo-iuh/osmo-iuh.inc
+++ b/recipes-osmocom/osmo-iuh/osmo-iuh.inc
@@ -5,7 +5,7 @@
DEPENDS = "libosmocore libosmo-netif libosmo-sccp libasn1c"
-INC_PR="r0.${META_TELEPHONY_OSMO_INC}"
+INC_PR="r1.${META_TELEPHONY_OSMO_INC}"
inherit autotools pkgconfig systemd
@@ -17,4 +17,18 @@
install -m 0644 ${S}/contrib/systemd/osmo-hnbgw.service ${D}${systemd_system_unitdir}/
}
-SYSTEMD_SERVICE_${PN} = "osmo-hnbgw.service"
+PACKAGES =+ "libosmo-ranap osmo-hnbgw"
+SYSTEMD_PACKAGES = "osmo-hnbgw"
+SYSTEMD_SERVICE_osmo-stp = "osmo-hnbgw.service"
+
+FILES_libosmo-ranap = " \
+ ${libdir}/libosmo-ranap.so.* \
+ "
+
+FILES_osmo-hnbgw = " \
+ ${bindir}/osmo-hnbgw \
+ ${sysconfdir}/osmocom/osmo-hnbgw.cfg \
+ ${systemd_system_unitdir}/osmo-hnbgw.service \
+ "
+
+ALLOW_EMPTY_${PN} = "1"
--
To view, visit https://gerrit.osmocom.org/4331
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib924a5a05c378c59dd44aed5b5b5fe897604e86b
Gerrit-PatchSet: 1
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>