blob: 240019597584e4be8276bc49e452e45054076199 [file] [log] [blame]
Patrick Williams45852732022-04-02 08:58:32 -05001SUMMARY = "The libirecovery library allows communication with iBoot/iBSS of iOS devices via USB"
2LICENSE = "LGPL-2.1-or-later"
3LIC_FILES_CHKSUM = "\
4 file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6 \
5"
6
7HOMEPAGE = "http://www.libimobiledevice.org/"
8
Andrew Geissler3eeda902023-05-19 10:14:02 -05009DEPENDS = "libimobiledevice-glue libusb1 readline"
Patrick Williams45852732022-04-02 08:58:32 -050010
Patrick Williamse760df82023-05-26 11:10:49 -050011PV = "1.1.0"
Patrick Williams45852732022-04-02 08:58:32 -050012
Patrick Williamse760df82023-05-26 11:10:49 -050013SRCREV = "98c9f7055ec1f2e09fac69ef1413a8757113b838"
Patrick Williams45852732022-04-02 08:58:32 -050014SRC_URI = "git://github.com/libimobiledevice/libirecovery;protocol=https;branch=master"
15
16S = "${WORKDIR}/git"
17inherit autotools pkgconfig