Change in meta-telephony[201705]: libosmocore: Add new dependency lksctp-tools

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Jan 7 16:21:34 UTC 2020


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 <pespin at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200107/bc18f087/attachment.htm>


More information about the gerrit-log mailing list