- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
22 lines
790 B
Diff
22 lines
790 B
Diff
Submitted By: Armin K. <krejzi at email dot com>
|
|
Date: 2012-07-06
|
|
Initial Package Version: 0.4.6
|
|
Origin: Self
|
|
Description: Some build fixes.
|
|
|
|
Upstream-Status: Pending
|
|
|
|
Index: obex-data-server-0.4.6/src/ods-obex.c
|
|
===================================================================
|
|
--- obex-data-server-0.4.6.orig/src/ods-obex.c
|
|
+++ obex-data-server-0.4.6/src/ods-obex.c
|
|
@@ -412,7 +412,7 @@ ods_obex_setup_usbtransport (OdsObexCont
|
|
goto err;
|
|
}
|
|
|
|
- interfaces_num = OBEX_FindInterfaces(obex_context->obex_handle, &obex_intf);
|
|
+ interfaces_num = OBEX_EnumerateInterfaces(obex_context->obex_handle);
|
|
if (intf_num >= interfaces_num) {
|
|
g_set_error (error, ODS_ERROR, ODS_ERROR_FAILED, "Invalid interface number");
|
|
goto err;
|