pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/meta-telephony/+/43360?usp=email )
Change subject: osmo-ggsn: depend on libosmo-netif ......................................................................
osmo-ggsn: depend on libosmo-netif
Related: osmo-ggsn I8d8fae362f302d48afaed28a9c664f76ca4a2739 Change-Id: I0f9da0f68d07aff367948df51c6ae2822d6c3941 --- M recipes-osmocom/osmo-ggsn/osmo-ggsn.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/60/43360/1
diff --git a/recipes-osmocom/osmo-ggsn/osmo-ggsn.inc b/recipes-osmocom/osmo-ggsn/osmo-ggsn.inc index 276ac47..929816d 100644 --- a/recipes-osmocom/osmo-ggsn/osmo-ggsn.inc +++ b/recipes-osmocom/osmo-ggsn/osmo-ggsn.inc @@ -3,7 +3,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
-DEPENDS = "libosmocore" +DEPENDS = "libosmocore libosmo-netif"
INC_PR="r4.${META_TELEPHONY_OSMO_INC}"