osmith submitted this change.

View Change

Approvals: osmith: Looks good to me, approved; Verified
osmo-hnbgw: depend on osmo-mgw

Fix for:
| checking for LIBOSMOMGCPCLIENT... no
| configure: error: Package requirements (libosmo-mgcp-client >= 1.9.0) were not met:
|
| No package 'libosmo-mgcp-client' found

Required since osmo-hnbgw Ib9b62e0145184b91c56ce5d8870760bfa49cc5a4.

Change-Id: I79b0525cff5030d72235640eddeabd7540f1bcf9
---
M recipes-osmocom/osmo-hnbgw/osmo-hnbgw.inc
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-osmocom/osmo-hnbgw/osmo-hnbgw.inc b/recipes-osmocom/osmo-hnbgw/osmo-hnbgw.inc
index 3e45f9b..696c864 100644
--- a/recipes-osmocom/osmo-hnbgw/osmo-hnbgw.inc
+++ b/recipes-osmocom/osmo-hnbgw/osmo-hnbgw.inc
@@ -3,7 +3,7 @@
LICENSE = "AGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"

-DEPENDS = "libosmocore libosmo-netif libosmo-sccp osmo-iuh libasn1c lksctp-tools"
+DEPENDS = "libosmocore libosmo-netif libosmo-sccp osmo-iuh libasn1c lksctp-tools osmo-mgw"

INC_PR="r0.${META_TELEPHONY_OSMO_INC}"


To view, visit change 27330. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: meta-telephony
Gerrit-Branch: laforge/nightly
Gerrit-Change-Id: I79b0525cff5030d72235640eddeabd7540f1bcf9
Gerrit-Change-Number: 27330
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged