Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/10842 )

Change subject: osmo-hlr: Split libosmo-gsup-client and osmo-hlr-utils
......................................................................

osmo-hlr: Split libosmo-gsup-client and osmo-hlr-utils

Change-Id: If19a2aac9cf414f9c590eb9670192abf6134c6ff
---
M recipes-osmocom/osmo-hlr/osmo-hlr.inc
1 file changed, 15 insertions(+), 1 deletion(-)

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



diff --git a/recipes-osmocom/osmo-hlr/osmo-hlr.inc 
b/recipes-osmocom/osmo-hlr/osmo-hlr.inc
index 7e75d13..8f078ed 100644
--- a/recipes-osmocom/osmo-hlr/osmo-hlr.inc
+++ b/recipes-osmocom/osmo-hlr/osmo-hlr.inc
@@ -5,7 +5,7 @@

 DEPENDS = "libtalloc libosmocore libosmo-abis sqlite3 sqlite3-native"

-INC_PR="r0.${META_TELEPHONY_OSMO_INC}"
+INC_PR="r1.${META_TELEPHONY_OSMO_INC}"

 inherit autotools pkgconfig systemd

@@ -23,6 +23,20 @@
        install -m 0644 ${WORKDIR}/hlr.db 
${D}${localstatedir}/lib/osmocom/hlr.db
 }

+PACKAGES =+ "libosmo-gsup-client libosmo-gsup-client-dev osmo-hlr-utils"
+
+FILES_libosmo-gsup-client = "${libdir}/libosmo-gsup-client${SOLIBS}"
+FILES_libosmo-gsup-client-dev = " \
+                               ${includedir}/osmocom/gsupclient \
+                               ${libdir}/pkgconfig/libosmo-gsup-client.pc \
+                               ${libdir}/libosmo-gsup-client${SOLIBSDEV} \
+                               "
+
+FILES_osmo-hlr-utils = " \
+               ${bindir}/osmo-hlr-db-tool \
+               ${bindir}/osmo-euse-demo \
+               "
+
 SYSTEMD_SERVICE_${PN} = "${PN}.service"
 CONFFILES_osmo-hlr = "\
                ${sysconfdir}/osmocom/osmo-hlr.cfg \

--
To view, visit https://gerrit.osmocom.org/10842
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: meta-telephony
Gerrit-Branch: laforge/nightly
Gerrit-MessageType: merged
Gerrit-Change-Id: If19a2aac9cf414f9c590eb9670192abf6134c6ff
Gerrit-Change-Number: 10842
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <pes...@sysmocom.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Pau Espin Pedrol <pes...@sysmocom.de>

Reply via email to