Khem Raj 021f16504a idevicerestore: Update to latest on master branch
Needed to pick fixes to build with latest libplist

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-10 06:33:14 -07:00

18 lines
543 B
BlitzBasic

SUMMARY = "A command-line application to restore firmware files to iOS devices"
LICENSE = "LGPL-3.0-or-later"
LIC_FILES_CHKSUM = "\
file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02 \
"
HOMEPAGE = "http://www.libimobiledevice.org/"
DEPENDS = "libirecovery libimobiledevice libzip curl libimobiledevice-glue openssl"
PV = "1.0.1+git${SRCPV}"
SRCREV = "163a1647dedb7ca4656c0f072e4733573f9f982b"
SRC_URI = "git://github.com/libimobiledevice/idevicerestore;protocol=https;branch=master"
S = "${WORKDIR}/git"
inherit autotools pkgconfig