diff mbox series

[meta-oe,23/36] libirecovery: upgrade 1.1.0 -> 1.2.0

Message ID 1717664795-13902-23-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/36] atkmm-2.36: upgrade 2.36.2 -> 2.36.3 | expand

Commit Message

Mingyu Wang (Fujitsu) June 6, 2024, 9:06 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Khem Raj June 6, 2024, 2 p.m. UTC | #1
On Thu, Jun 6, 2024 at 2:07 AM wangmy via lists.openembedded.org
<wangmy=fujitsu.com@lists.openembedded.org> wrote:
>
> From: Wang Mingyu <wangmy@fujitsu.com>
>
> 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>
> ---
>  meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb b/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb
> index 240019597..42006b4ff 100644
> --- a/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb
> +++ b/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb
> @@ -8,9 +8,9 @@ HOMEPAGE = "http://www.libimobiledevice.org/"
>
>  DEPENDS = "libimobiledevice-glue libusb1 readline"
>
> -PV = "1.1.0"
> +PV = "1.2.0"

maybe this should be moved to recipe name

>
> -SRCREV = "98c9f7055ec1f2e09fac69ef1413a8757113b838"
> +SRCREV = "2254dab893ec439f9a73235ea07194afa77399db"
>  SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master"
>
>  S = "${WORKDIR}/git"
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#110731): https://lists.openembedded.org/g/openembedded-devel/message/110731
> Mute This Topic: https://lists.openembedded.org/mt/106519710/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb b/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb
index 240019597..42006b4ff 100644
--- a/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb
+++ b/meta-oe/recipes-connectivity/libirecovery/libirecovery_git.bb
@@ -8,9 +8,9 @@  HOMEPAGE = "http://www.libimobiledevice.org/"
 
 DEPENDS = "libimobiledevice-glue libusb1 readline"
 
-PV = "1.1.0"
+PV = "1.2.0"
 
-SRCREV = "98c9f7055ec1f2e09fac69ef1413a8757113b838"
+SRCREV = "2254dab893ec439f9a73235ea07194afa77399db"
 SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master"
 
 S = "${WORKDIR}/git"