osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/meta-telephony/+/38881?usp=email )
Change subject: libosmo-abis after libosmo-netif ......................................................................
libosmo-abis after libosmo-netif
Depends: libosmo-abis I079dc3999de508301dd37ed03e399356a58d3cab Depends: libosmo-netif I13d6e88158f6d9ce017986283183ee9c2cc68cae Change-Id: I9b29b974ae158e3bcfe622db13dae22ce4bac003 --- M recipes-osmocom/libosmo-abis/libosmo-abis.inc M recipes-osmocom/libosmo-netif/libosmo-netif.inc M recipes-osmocom/osmo-mgw/osmo-mgw.inc 3 files changed, 6 insertions(+), 6 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/81/38881/1
diff --git a/recipes-osmocom/libosmo-abis/libosmo-abis.inc b/recipes-osmocom/libosmo-abis/libosmo-abis.inc index 955ebe3..a08545b 100644 --- a/recipes-osmocom/libosmo-abis/libosmo-abis.inc +++ b/recipes-osmocom/libosmo-abis/libosmo-abis.inc @@ -2,9 +2,9 @@ HOMEPAGE = "https://osmocom.org/projects/libosmo-abis" LICENSE = "AGPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788" -INC_PR="r1.${META_TELEPHONY_OSMO_INC}" +INC_PR="r2.${META_TELEPHONY_OSMO_INC}"
-DEPENDS = "libosmocore ortp libtalloc" +DEPENDS = "libosmo-netif ortp libtalloc"
inherit autotools pkgconfig
diff --git a/recipes-osmocom/libosmo-netif/libosmo-netif.inc b/recipes-osmocom/libosmo-netif/libosmo-netif.inc index 3b5ef19..72d7140 100644 --- a/recipes-osmocom/libosmo-netif/libosmo-netif.inc +++ b/recipes-osmocom/libosmo-netif/libosmo-netif.inc @@ -3,9 +3,9 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-INC_PR="r1.${META_TELEPHONY_OSMO_INC}" +INC_PR="r2.${META_TELEPHONY_OSMO_INC}"
-DEPENDS = "libosmo-abis libtalloc" +DEPENDS = "libosmocore libtalloc"
PACKAGECONFIG ??= "\ libsctp \ diff --git a/recipes-osmocom/osmo-mgw/osmo-mgw.inc b/recipes-osmocom/osmo-mgw/osmo-mgw.inc index 5e740db..2b47b55 100644 --- a/recipes-osmocom/osmo-mgw/osmo-mgw.inc +++ b/recipes-osmocom/osmo-mgw/osmo-mgw.inc @@ -3,9 +3,9 @@ LICENSE = "AGPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=73f1eb20517c55bf9493b7dd6e480788"
-DEPENDS = "libosmocore libosmo-netif" +DEPENDS = "libosmocore libosmo-abis"
-INC_PR="r4.${META_TELEPHONY_OSMO_INC}" +INC_PR="r5.${META_TELEPHONY_OSMO_INC}"
inherit autotools pkgconfig systemd