mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
* 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>
15 lines
488 B
BlitzBasic
15 lines
488 B
BlitzBasic
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 = "b59ef4814525f487287da1609864f432cd79e3ed"
|
|
SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master;tag=${PV}"
|
|
|
|
inherit autotools pkgconfig
|