Change in meta-telephony[201705]: libosmocore: Add libusb to DEPENDS

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.org
Tue Jan 7 16:21:34 UTC 2020


pespin has submitted this change. ( https://gerrit.osmocom.org/c/meta-telephony/+/16751 )

Change subject: libosmocore: Add libusb to DEPENDS
......................................................................

libosmocore: Add libusb to DEPENDS

In I656a1a38cbb5b1f3a9145d2869d3b4d0adefcae3, libosmocore got libusb
integration support, and since then libusb is a dependency (which can be
disabled through --disable-libusb).

Related: OS#4299
Change-Id: I86773a3df7f249fae565bd15d8761a537a79651e
---
M recipes-osmocom/libosmocore/libosmocore.inc
1 file changed, 6 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 5b21196..e5b34ae 100644
--- a/recipes-osmocom/libosmocore/libosmocore.inc
+++ b/recipes-osmocom/libosmocore/libosmocore.inc
@@ -2,10 +2,15 @@
 HOMEPAGE = "http://openbsc.gnumonks.org"
 LICENSE = "GPLv2+"
 
-INC_PR="r1.${META_TELEPHONY_OSMO_INC}"
+INC_PR="r2.${META_TELEPHONY_OSMO_INC}"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
 DEPENDS = "libtalloc gnutls lksctp-tools"
 
+PACKAGECONFIG ??= "\
+    libusb \
+    "
+PACKAGECONFIG[libusb] = "--enable-libusb,--disable-libusb,libusb,"
+
 inherit autotools pkgconfig

-- 
To view, visit https://gerrit.osmocom.org/c/meta-telephony/+/16751
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: meta-telephony
Gerrit-Branch: 201705
Gerrit-Change-Id: I86773a3df7f249fae565bd15d8761a537a79651e
Gerrit-Change-Number: 16751
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/e57cba6b/attachment.htm>


More information about the gerrit-log mailing list