diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-10-22 10:22:03 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-21 20:02:39 -0700 |
| commit | 8e6eb55ecf50c36816cae5ee1ee5acacb65a7bd6 (patch) | |
| tree | e1e07aac2616404e15f5d8f30fd830789276f671 | |
| parent | 73aaf9d495f16a25e0084ea1e137d326f0036479 (diff) | |
| download | meta-openembedded-8e6eb55ecf50c36816cae5ee1ee5acacb65a7bd6.tar.gz | |
libirecovery: upgrade 1.3.0 -> 1.3.1
* Device database changes:
- Support iPad Pro M5 family devices
- Support Apple Vision Pro M5
- Support MacBook Pro 14-inch M5
* Bug Fixes:
Fix: array initialization compatibility with MSVC
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.3.1.bb (renamed from meta-oe/recipes-connectivity/libirecovery/libirecovery_1.3.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.3.0.bb b/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.3.1.bb index 4bbacbfa06..e7a2ece779 100644 --- a/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.3.0.bb +++ b/meta-oe/recipes-connectivity/libirecovery/libirecovery_1.3.1.bb | |||
| @@ -8,7 +8,7 @@ HOMEPAGE = "http://www.libimobiledevice.org/" | |||
| 8 | 8 | ||
| 9 | DEPENDS = "libimobiledevice-glue libusb1 readline" | 9 | DEPENDS = "libimobiledevice-glue libusb1 readline" |
| 10 | 10 | ||
| 11 | SRCREV = "23f201d13f2fad05f5096e254e104bcaf35fd607" | 11 | SRCREV = "b59ef4814525f487287da1609864f432cd79e3ed" |
| 12 | SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master" | 12 | SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master;tag=${PV}" |
| 13 | 13 | ||
| 14 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
