aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-10-21 14:47:12 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-01-07 12:46:53 +0100
commitb010bff69909aca80bd71eade95e1bd9f55c6087 (patch)
treeecee5c0ff2531e2dec8b46598765b0c33f356d51
parent2c0703fe7e9feb9eefe105ac86a594c3c3bda7ac (diff)
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
-rw-r--r--recipes-osmocom/libosmocore/libosmocore.inc4
1 files changed, 2 insertions, 2 deletions
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 @@ DESCRIPTION = "An utility library for Open Source Mobile Communications"
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