mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
libimobiledevice: upgrade to 1.4.0
Delete patch that's included in this release. Changelog: - Add support for MbedTLS - Add Reverse Proxy implementation - Add support for wireless pairing (AppleTV) - Embed 3rd party libraries for ed25519 and SRP6a - Fixes in idevicedebug - idevicecrashreport: Allow filtering crash reports by filename - Add idevicedevmodectl tool - Fixes for idevicebackup2 - Add property_list_client_get_service_client() and service_get_connection() functions - Add idevicebtlogger - Add new idevice_events_subscribe/unsubscribe API - Move LIBIMOBILEDEVICE_API to public headers - Add afc_strerror function - Add libimobiledevice_version() function - Use libimobiledevice-glue's SHA1 implementation - Add support for iOS 17+ Personalized Developer Disk image mounting - Fix compilation on MSVC - Add idevice_strerror() to interface - Add new idevice_get_device_version() to interface - Add os_trace_relay service implementation - Fixes for idevicesyslog - afc: Add afc_get_file_info_plist and afc_get_device_info_plist functions ... and several other internal changes Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
cb9d043f46
commit
8ba0a9e49a
@ -1,31 +0,0 @@
|
|||||||
From 6cb8069cfe08114f1dc7b50a7fcd4dc040cd1bbb Mon Sep 17 00:00:00 2001
|
|
||||||
From: Khem Raj <raj.khem@gmail.com>
|
|
||||||
Date: Tue, 9 May 2023 20:19:23 -0700
|
|
||||||
Subject: [PATCH] include unistd.h for usleep()
|
|
||||||
|
|
||||||
clang16 flags the missing header
|
|
||||||
|
|
||||||
Fixes
|
|
||||||
../../git/tools/idevicedevmodectl.c:363:2: error: call to undeclared function 'usleep'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
|
|
||||||
|
|
||||||
Upstream-Status: Submitted [https://github.com/libimobiledevice/libimobiledevice/pull/1444]
|
|
||||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
||||||
---
|
|
||||||
tools/idevicedevmodectl.c | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/tools/idevicedevmodectl.c b/tools/idevicedevmodectl.c
|
|
||||||
index 739bc13..9fe8d6a 100644
|
|
||||||
--- a/tools/idevicedevmodectl.c
|
|
||||||
+++ b/tools/idevicedevmodectl.c
|
|
||||||
@@ -34,6 +34,7 @@
|
|
||||||
#ifndef WIN32
|
|
||||||
#include <signal.h>
|
|
||||||
#endif
|
|
||||||
+#include <unistd.h>
|
|
||||||
|
|
||||||
#ifdef WIN32
|
|
||||||
#include <windows.h>
|
|
||||||
--
|
|
||||||
2.40.1
|
|
||||||
|
|
||||||
@ -6,13 +6,10 @@ LIC_FILES_CHKSUM = "\
|
|||||||
"
|
"
|
||||||
HOMEPAGE = "http://www.libimobiledevice.org/"
|
HOMEPAGE = "http://www.libimobiledevice.org/"
|
||||||
|
|
||||||
DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt libimobiledevice-glue openssl"
|
DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt libimobiledevice-glue openssl libtatsu"
|
||||||
|
|
||||||
PV = "1.3.0+git"
|
SRCREV = "149f7623c672c1fa73122c7119a12bfc0012f2ac"
|
||||||
|
SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master;tag=${PV}"
|
||||||
SRCREV = "860ffb707af3af94467d2ece4ad258dda957c6cd"
|
|
||||||
SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master \
|
|
||||||
file://0001-include-unistd.h-for-usleep.patch"
|
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user