Pau Espin Pedrol has uploaded this change for review. (
https://gerrit.osmocom.org/12743
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(-)
git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/43/12743/1
diff --git a/recipes-osmocom/osmo-hlr/osmo-hlr.inc
b/recipes-osmocom/osmo-hlr/osmo-hlr.inc
index 6d8b748..946784b 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
@@ -24,6 +24,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/12743
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-MessageType: newchange
Gerrit-Change-Id: If19a2aac9cf414f9c590eb9670192abf6134c6ff
Gerrit-Change-Number: 12743
Gerrit-PatchSet: 1
Gerrit-Owner: Pau Espin Pedrol <[email protected]>