From 2bdba8ba4578950bc6412d9577efdd666884b74b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 7 Jun 2024 13:06:20 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../libirecovery/libirecovery_1.2.0.bb | 15 +++++++++++++++ .../libirecovery/libirecovery_git.bb | 17 ----------------- 2 files changed, 15 insertions(+), 17 deletions(-) create mode 100644 meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.0.bb delete mode 100644 meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb diff --git a/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.0.bb b/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.0.bb new file mode 100644 index 0000000000..29f67d39d8 --- /dev/null +++ b/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.2.0.bb @@ -0,0 +1,15 @@ +SUMMARY = "The libirecovery library allows communication with iBoot/iBSS of iOS devices via USB" +LICENSE = "LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "\ + file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6 \ +" + +HOMEPAGE = "http://www.libimobiledevice.org/" + +DEPENDS = "libimobiledevice-glue libusb1 readline" + +SRCREV = "2254dab893ec439f9a73235ea07194afa77399db" +SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master" + +S = "${WORKDIR}/git" +inherit autotools pkgconfig diff --git a/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb b/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb deleted file mode 100644 index 2400195975..0000000000 --- a/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "The libirecovery library allows communication with iBoot/iBSS of iOS devices via USB" -LICENSE = "LGPL-2.1-or-later" -LIC_FILES_CHKSUM = "\ - file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6 \ -" - -HOMEPAGE = "http://www.libimobiledevice.org/" - -DEPENDS = "libimobiledevice-glue libusb1 readline" - -PV = "1.1.0" - -SRCREV = "98c9f7055ec1f2e09fac69ef1413a8757113b838" -SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master" - -S = "${WORKDIR}/git" -inherit autotools pkgconfig -- cgit v1.2.3-54-g00ecf