aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-10-31 09:33:40 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-01-30 22:48:05 +0100
commit581a3363bcfaad507a8f4b127ff18c687ad5388d (patch)
treec19cb7d48f48ba6ae0d15d6e5506ddce287649f5
parent535c43f595656a292ef9da9702ff4124d14ea239 (diff)
osmo-sgsn: Depend on osmo-hlr
Since osmo-sgsn f4b2c4ca42cc530c38c9ac6f275e4d7da9315fa2, it depends on libosmo-gsup-client available in osmo-hlr. Change-Id: I44ce22d6c4b532b159fbdc7d5494830673db2509
-rw-r--r--recipes-osmocom/osmo-sgsn/osmo-sgsn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-osmocom/osmo-sgsn/osmo-sgsn.inc b/recipes-osmocom/osmo-sgsn/osmo-sgsn.inc
index 45256a5..57ab845 100644
--- a/recipes-osmocom/osmo-sgsn/osmo-sgsn.inc
+++ b/recipes-osmocom/osmo-sgsn/osmo-sgsn.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "https://osmocom.org/projects/osmosgsn"
LICENSE = "AGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
-DEPENDS = "c-ares libosmocore libosmo-netif osmo-ggsn"
+DEPENDS = "c-ares libosmocore libosmo-netif osmo-ggsn osmo-hlr"
INC_PR="r1.${META_TELEPHONY_OSMO_INC}"