osmith has uploaded this change for review.

View Change

libosmocore: depend on lksctp-tools

Make lksctp-tools a dependency of libosmocore, as it is required since
libosmocore I2ab1fe8e4bbfc120b471d6c9f2312a89dbc7d42b.

Fix for:
| checking for LIBOSMOCORE... no
| configure: error: Package requirements (libosmocore >= 1.5.0) were not met:
|
| Package 'libsctp', required by 'libosmocore', not found

Fixes: SYS#5907
Change-Id: Ife02efc7efc8f55745ea868fd9e3919bc779da28
---
M recipes-osmocom/libosmocore/libosmocore.inc
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/89/27589/1
diff --git a/recipes-osmocom/libosmocore/libosmocore.inc b/recipes-osmocom/libosmocore/libosmocore.inc
index ed1caa0..ce44f34 100644
--- a/recipes-osmocom/libosmocore/libosmocore.inc
+++ b/recipes-osmocom/libosmocore/libosmocore.inc
@@ -6,7 +6,7 @@

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

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

PACKAGECONFIG ??= "\
gnutls \

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

Gerrit-Project: meta-telephony
Gerrit-Branch: laforge/nightly
Gerrit-Change-Id: Ife02efc7efc8f55745ea868fd9e3919bc779da28
Gerrit-Change-Number: 27589
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange