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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/meta-telephony/+/22022 )
Change subject: libosmo-netif: Add explicit dependency lksctp-tools
......................................................................
libosmo-netif: Add explicit dependency lksctp-tools
Since libosmo-netif.git d1b1ff77a6bc2f70366c5d2f5079c70f5eae52a0, use of
libsctp is enabled by default and explicitly required.
Change-Id: Ib53557f21cad86300738f43b247df1e17166c46f
---
M recipes-osmocom/libosmo-netif/libosmo-netif.inc
1 file changed, 9 insertions(+), 4 deletions(-)
Approvals:
laforge: Looks good to me, approved; Verified
diff --git a/recipes-osmocom/libosmo-netif/libosmo-netif.inc b/recipes-osmocom/libosmo-netif/libosmo-netif.inc
index a353be6..0a51dfc 100644
--- a/recipes-osmocom/libosmo-netif/libosmo-netif.inc
+++ b/recipes-osmocom/libosmo-netif/libosmo-netif.inc
@@ -1,10 +1,15 @@
DESCRIPTION = "Osmocom network interface library"
-DEPENDS = "libosmo-abis libtalloc lksctp-tools"
HOMEPAGE = "http://git.osmocom.org"
LICENSE = "GPLv2+"
-
-INC_PR="r0.${META_TELEPHONY_OSMO_INC}"
-
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
+INC_PR="r1.${META_TELEPHONY_OSMO_INC}"
+
+DEPENDS = "libosmo-abis libtalloc"
+
+PACKAGECONFIG ??= "\
+ libsctp \
+ "
+PACKAGECONFIG[libsctp] = "--enable-libsctp,--disable-libsctp,lksctp-tools,"
+
inherit autotools pkgconfig
--
To view, visit https://gerrit.osmocom.org/c/meta-telephony/+/22022
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Change-Id: Ib53557f21cad86300738f43b247df1e17166c46f
Gerrit-Change-Number: 22022
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
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/20210107/79a9a461/attachment.htm>