pespin has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/meta-telephony refs/changes/52/16752/1

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 <pes...@sysmocom.de>
Gerrit-MessageType: newchange

Reply via email to