diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-30 17:25:07 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-31 00:13:43 -0800 |
| commit | 8ba0a9e49a697f20c8cf1ecddcac06a8afdae26b (patch) | |
| tree | a61a4e2a23509252b7e56c7bbceb7f78de89e104 /meta-oe/recipes-connectivity/libimobiledevice | |
| parent | cb9d043f4639e88ea0267882f46a41b2c5e49c16 (diff) | |
| download | meta-openembedded-8ba0a9e49a697f20c8cf1ecddcac06a8afdae26b.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-connectivity/libimobiledevice')
| -rw-r--r-- | meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice/0001-include-unistd.h-for-usleep.patch | 31 | ||||
| -rw-r--r-- | meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.4.0.bb (renamed from meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb) | 9 |
2 files changed, 3 insertions, 37 deletions
diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice/0001-include-unistd.h-for-usleep.patch b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice/0001-include-unistd.h-for-usleep.patch deleted file mode 100644 index 424a203e56..0000000000 --- a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice/0001-include-unistd.h-for-usleep.patch +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | From 6cb8069cfe08114f1dc7b50a7fcd4dc040cd1bbb Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Tue, 9 May 2023 20:19:23 -0700 | ||
| 4 | Subject: [PATCH] include unistd.h for usleep() | ||
| 5 | |||
| 6 | clang16 flags the missing header | ||
| 7 | |||
| 8 | Fixes | ||
| 9 | ../../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] | ||
| 10 | |||
| 11 | Upstream-Status: Submitted [https://github.com/libimobiledevice/libimobiledevice/pull/1444] | ||
| 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 13 | --- | ||
| 14 | tools/idevicedevmodectl.c | 1 + | ||
| 15 | 1 file changed, 1 insertion(+) | ||
| 16 | |||
| 17 | diff --git a/tools/idevicedevmodectl.c b/tools/idevicedevmodectl.c | ||
| 18 | index 739bc13..9fe8d6a 100644 | ||
| 19 | --- a/tools/idevicedevmodectl.c | ||
| 20 | +++ b/tools/idevicedevmodectl.c | ||
| 21 | @@ -34,6 +34,7 @@ | ||
| 22 | #ifndef WIN32 | ||
| 23 | #include <signal.h> | ||
| 24 | #endif | ||
| 25 | +#include <unistd.h> | ||
| 26 | |||
| 27 | #ifdef WIN32 | ||
| 28 | #include <windows.h> | ||
| 29 | -- | ||
| 30 | 2.40.1 | ||
| 31 | |||
diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.4.0.bb index 3c93c9a37b..eeae93e261 100644 --- a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_git.bb +++ b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.4.0.bb | |||
| @@ -6,13 +6,10 @@ LIC_FILES_CHKSUM = "\ | |||
| 6 | " | 6 | " |
| 7 | HOMEPAGE = "http://www.libimobiledevice.org/" | 7 | HOMEPAGE = "http://www.libimobiledevice.org/" |
| 8 | 8 | ||
| 9 | DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt libimobiledevice-glue openssl" | 9 | DEPENDS = "libplist usbmuxd libusbmuxd libtasn1 gnutls libgcrypt libimobiledevice-glue openssl libtatsu" |
| 10 | 10 | ||
| 11 | PV = "1.3.0+git" | 11 | SRCREV = "149f7623c672c1fa73122c7119a12bfc0012f2ac" |
| 12 | 12 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master;tag=${PV}" | |
| 13 | SRCREV = "860ffb707af3af94467d2ece4ad258dda957c6cd" | ||
| 14 | SRC_URI = "git://github.com/libimobiledevice/libimobiledevice;protocol=https;branch=master \ | ||
| 15 | file://0001-include-unistd.h-for-usleep.patch" | ||
| 16 | 13 | ||
| 17 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
| 18 | 15 | ||
