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.orgpespin has submitted this change. ( https://gerrit.osmocom.org/c/meta-telephony/+/16752 )
Change subject: libosmocore: Use PACKAGECONFIG to enable gnutls and libsctp support
......................................................................
libosmocore: Use PACKAGECONFIG to enable gnutls and libsctp support
Change-Id: Iff9dd88e23a3cdcf333f9c365381b56afd2285c3
---
M recipes-osmocom/libosmocore/libosmocore.inc
1 file changed, 5 insertions(+), 1 deletion(-)
Approvals:
pespin: Looks good to me, approved; Verified
diff --git a/recipes-osmocom/libosmocore/libosmocore.inc b/recipes-osmocom/libosmocore/libosmocore.inc
index e5b34ae..40a42bc 100644
--- a/recipes-osmocom/libosmocore/libosmocore.inc
+++ b/recipes-osmocom/libosmocore/libosmocore.inc
@@ -6,11 +6,15 @@
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-DEPENDS = "libtalloc gnutls lksctp-tools"
+DEPENDS = "libtalloc"
PACKAGECONFIG ??= "\
+ gnutls \
libusb \
+ libsctp \
"
+PACKAGECONFIG[gnutls] = "--enable-gnutls,--disable-gnutls,gnutls,"
PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb,"
+PACKAGECONFIG[libsctp] = "--enable-libsctp,--disable-libsctp,lksctp-tools,"
inherit autotools pkgconfig
--
To view, visit https://gerrit.osmocom.org/c/meta-telephony/+/16752
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Change-Id: Iff9dd88e23a3cdcf333f9c365381b56afd2285c3
Gerrit-Change-Number: 16752
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/f6c0ea06/attachment.htm>