[MERGED] meta-telephony[201705]: osmo-iuh: Split into packages libosmo-ranap and osmo-hnbgw

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
Mon Oct 23 17:26:45 UTC 2017


Pau Espin Pedrol has submitted this change and it was merged.

Change subject: osmo-iuh: Split into packages libosmo-ranap and osmo-hnbgw
......................................................................


osmo-iuh: Split into packages libosmo-ranap and osmo-hnbgw

Change-Id: Ib924a5a05c378c59dd44aed5b5b5fe897604e86b
---
M recipes-osmocom/osmo-iuh/osmo-iuh.inc
1 file changed, 21 insertions(+), 2 deletions(-)

Approvals:
  Pau Espin Pedrol: Verified
  Harald Welte: Looks good to me, approved



diff --git a/recipes-osmocom/osmo-iuh/osmo-iuh.inc b/recipes-osmocom/osmo-iuh/osmo-iuh.inc
index 118827e..a5f1cbc 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,23 @@
 	install -m 0644 ${S}/contrib/systemd/osmo-hnbgw.service ${D}${systemd_system_unitdir}/
 }
 
-SYSTEMD_SERVICE_${PN} = "osmo-hnbgw.service"
+PACKAGES =+ "libosmo-ranap libosmo-ranap-dev osmo-hnbgw"
+SYSTEMD_PACKAGES = "osmo-hnbgw"
+SYSTEMD_SERVICE_osmo-hnbgw = "osmo-hnbgw.service"
+
+FILES_libosmo-ranap = " \
+		${libdir}/libosmo-ranap${SOLIBS} \
+		"
+
+FILES_libosmo-ranap-dev = " \
+		${includedir}/osmocom/ranap \
+		${libdir}/pkgconfig/libosmo-ranap.pc \
+		${libdir}/libosmo-ranap${SOLIBSDEV} \
+		"
+
+FILES_osmo-hnbgw = " \
+		${bindir}/osmo-hnbgw \
+		${sysconfdir}/osmocom/osmo-hnbgw.cfg \
+		"
+
+ALLOW_EMPTY_${PN} = "1"

-- 
To view, visit https://gerrit.osmocom.org/4331
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib924a5a05c378c59dd44aed5b5b5fe897604e86b
Gerrit-PatchSet: 2
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list