pespin submitted this change.

View Change

Approvals: osmith: Verified pespin: Looks good to me, approved
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(-)

diff --git a/recipes-osmocom/libosmo-abis/libosmo-abis.inc b/recipes-osmocom/libosmo-abis/libosmo-abis.inc
index 955ebe3..84393d0 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 = "libosmocore 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..9662896 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-netif libosmo-abis"

-INC_PR="r4.${META_TELEPHONY_OSMO_INC}"
+INC_PR="r5.${META_TELEPHONY_OSMO_INC}"

inherit autotools pkgconfig systemd


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

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