aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-09-07 16:35:06 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-01-30 22:46:13 +0100
commit2f80c9764e979b3d84547713a4e056b5a9bc3254 (patch)
treeaffac4dd5d84e2053fb8278376537420d23582c0
parent9609b408124467e2c7e52e908e62c133cdc62125 (diff)
osmo-hlr: Split libosmo-gsup-client and osmo-hlr-utils
-rw-r--r--recipes-osmocom/osmo-hlr/osmo-hlr.inc16
1 files changed, 15 insertions, 1 deletions
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 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
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 @@ do_install_append() {
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 \