pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/meta-telephony/+/16750 )

Change subject: libosmocore: Add new dependency lksctp-tools
......................................................................

libosmocore: Add new dependency lksctp-tools

Since commit 3f464fc007ace5a829e8d43e72a88055f14b52e3, libosmocore
depends on libsctp to have osmo_sock_init2_multiaddr() API available.
libosmo-netif.inc recipe already had the lksctp-tools dependency and
hence was expecting libosmocore to also provide this API. By adding
lksctp-tools to libosmocore dependencies, libsctp is available in
sysroot and configure enables support for the API.

Change-Id: Ib60437d9f23c651c6329d89e162abbd9945a4808
---
M recipes-osmocom/libosmocore/libosmocore.inc
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  pespin: Looks good to me, approved; Verified



diff --git a/recipes-osmocom/libosmocore/libosmocore.inc 
b/recipes-osmocom/libosmocore/libosmocore.inc
index 6077ff5..5b21196 100644
--- a/recipes-osmocom/libosmocore/libosmocore.inc
+++ b/recipes-osmocom/libosmocore/libosmocore.inc
@@ -2,10 +2,10 @@
 HOMEPAGE = "http://openbsc.gnumonks.org";
 LICENSE = "GPLv2+"

-INC_PR="r0.${META_TELEPHONY_OSMO_INC}"
+INC_PR="r1.${META_TELEPHONY_OSMO_INC}"

 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"

-DEPENDS = "libtalloc gnutls"
+DEPENDS = "libtalloc gnutls lksctp-tools"

 inherit autotools pkgconfig

--
To view, visit https://gerrit.osmocom.org/c/meta-telephony/+/16750
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Change-Id: Ib60437d9f23c651c6329d89e162abbd9945a4808
Gerrit-Change-Number: 16750
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pes...@sysmocom.de>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to