diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-07 13:06:20 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-07 21:53:33 -0700 |
commit | 2bdba8ba4578950bc6412d9577efdd666884b74b (patch) | |
tree | d65c18a2819d95d7d889a17485bc06c307359afe | |
parent | 3e28f9152c0c1d4608ae2f1b6b9599f65b08d45f (diff) | |
download | meta-openembedded-2bdba8ba4578950bc6412d9577efdd666884b74b.tar.gz |
libirecovery: upgrade 1.1.0 -> 1.2.0
Changelog:
============
- Allow building --without-tools
- Add KIS (aka Debug USB) support for macOS, Linux, and Windows
(Windows note: requires up-to-date AppleMobileDeviceSupport64.msi package installed)
- Add Port DFU support (restore procedure is handled externally)
- irecovery: Print detailed mode for -q and -m commands
- Overall code cleanup and de-duplication
- Windows-specific code cleanup and improvements
- Add Mac Pro, Mac Studio (M2) and MacBook Air (M2) models
- Add iPhone 15 family
- Add Apple Watch Series 9 and Ultra 2 models
- Add November 2023 iMac and MacBook Pro models
- Add support for Apple Vision Pro (RealityDevice14,1)
- A few minor Windows-specific bug fixes
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.0.bb (renamed from meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb b/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.0.bb index 2400195975..29f67d39d8 100644 --- a/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb +++ b/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.0.bb | |||
@@ -8,9 +8,7 @@ HOMEPAGE = "http://www.libimobiledevice.org/" | |||
8 | 8 | ||
9 | DEPENDS = "libimobiledevice-glue libusb1 readline" | 9 | DEPENDS = "libimobiledevice-glue libusb1 readline" |
10 | 10 | ||
11 | PV = "1.1.0" | 11 | SRCREV = "2254dab893ec439f9a73235ea07194afa77399db" |
12 | |||
13 | SRCREV = "98c9f7055ec1f2e09fac69ef1413a8757113b838" | ||
14 | SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master" | 12 | SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master" |
15 | 13 | ||
16 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |